mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-16 13:23:07 +00:00
use max-1 as max Y in LazilyEvaluatedInterpolator
This commit is contained in:
@@ -42,7 +42,7 @@ public class LazilyEvaluatedInterpolator {
|
||||
this.biomeProvider = biomeProvider;
|
||||
this.seed = seed;
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user