closes #311
This commit is contained in:
parent
1ed3d226f2
commit
77bfbc46f8
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ public class MultiBlockCasing extends RectangularMultiblockControllerBase {
|
||||||
Block block = world.getBlock(x, y, z);
|
Block block = world.getBlock(x, y, z);
|
||||||
|
|
||||||
|
|
||||||
if (block.getUnlocalizedName().equals("tile.air")) {
|
if (block.isAir(world, x, y, z)) {
|
||||||
|
|
||||||
} else if (block.getUnlocalizedName().equals("tile.lava")) {
|
} else if (block.getUnlocalizedName().equals("tile.lava")) {
|
||||||
hasLava = true;
|
hasLava = true;
|
||||||
|
|
Loading…
Reference in a new issue