This commit is contained in:
Daniel Mills
2021-07-28 23:33:21 -04:00
parent 959f96dd74
commit 2f8fe43ea3
3 changed files with 6 additions and 26 deletions

View File

@@ -473,7 +473,7 @@ public class IrisPostModifier extends EngineAssignedModifier<BlockData> {
BlockData d = getPostBlock(x, y, z, currentPostX, currentPostZ, currentData);
return d instanceof Levelled;
}
public void setPostBlock(int x, int y, int z, BlockData d, int currentPostX, int currentPostZ, Hunk<BlockData> currentData) {
if (y < currentData.getHeight()) {
currentData.set(x & 15, y, z & 15, d);