Tag migration

This commit is contained in:
paulevsGitch 2021-07-21 16:04:24 +03:00
parent 92a392cffe
commit a390486d5b
76 changed files with 224 additions and 164 deletions

View file

@ -29,7 +29,7 @@ public class EndPlantBlock extends BasePlantBlock implements PottablePlant {
@Override
protected boolean isTerrain(BlockState state) {
return state.is(TagAPI.END_GROUND);
return state.is(TagAPI.BLOCK_END_GROUND);
}
@Override