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) { 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) { default boolean isCarved(int x, int h, int z) {