Fix another merge error

This commit is contained in:
modmuss50 2016-01-16 13:16:55 +00:00
parent 415531587b
commit 006b611fa3

View file

@ -320,7 +320,7 @@ public class MultiBlockCasing extends RectangularMultiblockControllerBase {
Block block = world.getBlockState(new BlockPos(x, y, z)).getBlock();
if (block.isAir(world, x, y, z)) {
if (block.isAir(world, new BlockPos(x, y, z))) {
} else if (block.getUnlocalizedName().equals("tile.lava")) {
hasLava = true;