Glowing pillar prototype
This commit is contained in:
parent
fb3c567e02
commit
9fc9370adc
27 changed files with 562 additions and 31 deletions
|
@ -44,6 +44,6 @@ public class BlockBlueVineSeed extends BlockPlantWithAge {
|
|||
|
||||
@Override
|
||||
protected boolean isTerrain(BlockState state) {
|
||||
return state.getBlock() == EndBlocks.END_MOSS || state.getBlock() == EndBlocks.END_MYCELIUM;
|
||||
return state.isOf(EndBlocks.END_MOSS) || state.isOf(EndBlocks.END_MYCELIUM);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue