SuperMartijn642's Core Lib

SuperMartijn642's Core Lib

82M Downloads

[Bug] ... wood pickaxes not mining properly

chainsawpenguin opened this issue · 2 comments

commented

Version Info

  • Minecraft, ... 1.20
  • Core Lib, ...

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
...

commented

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.

commented

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