Small fix

This commit is contained in:
Aleksey 2021-01-23 14:48:43 +03:00
parent f309af077b
commit b5ca1df3d1
2 changed files with 2 additions and 1 deletions

View file

@ -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;
}
}
}