[Suggestion] Separate unbreakable block and normal block into different id
GoldenTotem opened this issue · 1 comments
Unbreakable blocks and normal blocks use the same id but different blockstate, this may cause a problem that you cannot only give block tags to unbreakable blocks.
If you create a new block atum:unbreakable_limestone_brick_large to replace atum:limestone_brick_large with blockstate unbreakable=true, you can give block tags such as minecraft:wither_immune to it to prevent it from being broken. Some mods also use block tags to prevent blocks being broken from mobs. What's more, you can set its hardness to -1 and resistance to 3600000 to make it unbreakable easily.
To sum up, creating new block id using for unbreakable blocks will bring a lot of convenience.