[1.18] Setting harvest tool for blocks doesn't use new tags
esilaanawic opened this issue ยท 1 comments
block.harvestTool('tool', int)
doesn't work.
Needs to add tag "minecraft:mineable/..." instead of setting "harvestTool".
Needs to add tag "minecraft:needs_..._tool" instead of setting "harvestLevel".
Can be worked around setting tags manually but it's a bit annoying.