BCLib

BCLib

33M Downloads

[Bug] Axes do not mine wooden blocks

LudoCrypt opened this issue ยท 0 comments

commented

What happened?

The mineable/axe.json tag seems to break the fact that axes can mine blocks quickly. For some reason, removing this tag, which is as follows

{
  "replace": false,
  "values": [
    "#c:wooden_barrels",
    "#c:wooden_chests",
    "#c:wooden_composter",
    "#c:workbench"
  ]
}

Which can be found here https://github.com/quiqueck/BCLib/blob/1.20/src/main/generated/data/minecraft/tags/blocks/mineable/axe.json

Maybe its because none of these tags actually exist

BCLib

3.0.14

WorldWeaver

N/A

Fabric API

N/A

Fabric Loader

N/A

Minecraft

1.20.1

Relevant log output

Other Mods