9
0
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:
cyberpwn
2021-09-13 09:47:35 -04:00
parent 9f09052900
commit f26b36f3e8

View File

@@ -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) {