This commit is contained in:
cyberpwn
2021-08-28 11:13:13 -04:00
parent 803c3678e3
commit f06d5b806a
9 changed files with 292 additions and 9 deletions

View File

@@ -226,6 +226,7 @@ public interface EngineMantle extends IObjectPlacer {
}
getMantle().iterateChunk(x, z, t, blocks::set);
getMantle().deleteChunkSlice(x, z, BlockData.class);
}
@BlockCoordinates