Flower fix
This commit is contained in:
parent
b209f4f30a
commit
2968dd8f8a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class BlockEndLotusFlower extends BlockPlant {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean isTerrain(BlockState state) {
|
protected boolean isTerrain(BlockState state) {
|
||||||
return state.isOf(BlockRegistry.END_LOTUS_FLOWER);
|
return state.isOf(BlockRegistry.END_LOTUS_STEM);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue