mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 02:29:14 +00:00
Rounded height stream for mantle
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user