Fix another merge error
This commit is contained in:
parent
415531587b
commit
006b611fa3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue