Flower fix

This commit is contained in:
paulevsGitch 2020-10-20 18:21:32 +03:00
parent b209f4f30a
commit 2968dd8f8a

View file

@ -22,7 +22,7 @@ public class BlockEndLotusFlower extends BlockPlant {
@Override
protected boolean isTerrain(BlockState state) {
return state.isOf(BlockRegistry.END_LOTUS_FLOWER);
return state.isOf(BlockRegistry.END_LOTUS_STEM);
}
@Override