mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 06:40:55 +00:00
use max-1 as max Y in LazilyEvaluatedInterpolator
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public class LazilyEvaluatedInterpolator {
|
|||||||
this.biomeProvider = biomeProvider;
|
this.biomeProvider = biomeProvider;
|
||||||
this.seed = seed;
|
this.seed = seed;
|
||||||
this.min = min;
|
this.min = min;
|
||||||
this.max = max;
|
this.max = max - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
private double sample(int xIndex, int yIndex, int zIndex, int ox, int oy, int oz) {
|
private double sample(int xIndex, int yIndex, int zIndex, int ox, int oy, int oz) {
|
||||||
|
|||||||
Reference in New Issue
Block a user