Minor cleanup

This commit is contained in:
Frank 2021-12-04 14:08:54 +01:00
parent 1841bad98f
commit 30bc61a43a
2 changed files with 0 additions and 3 deletions

View file

@ -49,8 +49,6 @@ public class SimpleLeavesBlock extends BaseBlockNotFull implements RenderLayerPr
public SimpleLeavesBlock(BlockBehaviour.Properties properties) {
super(properties);
// TODO handle all tags instead of adding them like this
TagAPI.addTags(this, TagAPI.BLOCK_LEAVES);
}
@Override