SuperMartijn642 / SuperMartijn642sCoreLib

14 stars 2 forks source link

[Bug] ... wood pickaxes not mining properly #34

Closed chainsawpenguin closed 1 year ago

chainsawpenguin commented 1 year ago

Version Info

Description of the Bug ...doesn't let the wood pickaxes collect cobblestone.

Steps to Reproduce ...every time a stone is broken with a pickaxe, it just breaks dropping nothing. Looking at the pickaxe.json under the mineable folder its showing as empty. not sure if it should be listing the types o f blocks that this tool could break

Screenshots ...

SuperMartijn642 commented 1 year ago

Are you sure that's caused by my core library, because that seems rather unlikely 🤔 Tags are additive, so unless "replace": true is specified they simply add to the items specified by the datapacks before it. The main reason my core library includes the empty tag is to make sure the tag exists in versions before 1.17.

SuperMartijn642 commented 1 year ago

Tested it now and, indeed, pickaxes work just fine and blocks drop the expected items with my core library installed.