Caves in the mantle

This commit is contained in:
cyberpwn
2021-08-27 05:32:40 -04:00
parent 0a930db7d6
commit 524b63e88c
5 changed files with 95 additions and 24 deletions

View File

@@ -58,6 +58,6 @@ public class MantleCarvingComponent extends IrisMantleComponent {
@ChunkCoordinates
private void carve(IrisCarving carving, MantleWriter writer, RNG rng, int cx, int cz) {
carving.doCarving(writer, rng, cx << 4, cz << 4);
carving.doCarving(writer, rng, getEngineMantle().getEngine(), cx << 4, cz << 4);
}
}