This commit is contained in:
cyberpwn
2021-08-28 11:55:47 -04:00
parent f06d5b806a
commit 354b02612d
12 changed files with 96 additions and 4 deletions
@@ -208,6 +208,11 @@ public class PlannedPiece {
return false;
}
@Override
public boolean isCarved(int x, int y, int z) {
return false;
}
@Override
public boolean isSolid(int x, int y, int z) {
return world.getBlockAt(x, y, z).getType().isSolid();