mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Rounded height stream for mantle
This commit is contained in:
parent
9f09052900
commit
f26b36f3e8
@ -92,7 +92,7 @@ public interface EngineMantle extends IObjectPlacer {
|
||||
}
|
||||
|
||||
default int trueHeight(int x, int z) {
|
||||
return getComplex().getTrueHeightStream().get(x, z);
|
||||
return getComplex().getRoundedHeighteightStream().get(x, z);
|
||||
}
|
||||
|
||||
default boolean isCarved(int x, int h, int z) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user