This commit is contained in:
gigabit101 2016-01-16 04:32:58 +00:00
parent 1ed3d226f2
commit 77bfbc46f8

View file

@ -319,7 +319,7 @@ public class MultiBlockCasing extends RectangularMultiblockControllerBase {
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")) {
hasLava = true;