Small fix
This commit is contained in:
parent
f309af077b
commit
b5ca1df3d1
2 changed files with 2 additions and 1 deletions
|
@ -135,6 +135,7 @@ public class PedestalBlock extends BlockBaseNotFull implements BlockEntityProvid
|
|||
BlockState state = world.getBlockState(posMutable);
|
||||
if (state.getBlock() instanceof InfusionPedestal) {
|
||||
((InfusionPedestal) state.getBlock()).checkRitual(world, posMutable);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue