Crafting Grid Tool Repair doesn't work for tools with container items
Fireztonez opened this issue ยท 2 comments
Describe the bug
I try to add somes custom grid repair for the tools from No Tree Punching, using "notreepunching:flint_shard" and for somes reason, this work for the shovel, the pickaxe and the hoe, but doesn't work with the axe and the blade.
To Reproduce
- Install NoTreePunching with Pickle Tweaks
- Add the override config:
["notreepunching:flint_knife=notreepunching:[email protected]", "notreepunching:flint_axe=notreepunching:[email protected]", "notreepunching:flint_shovel=notreepunching:[email protected]", "notreepunching:flint_hoe=notreepunching:[email protected]", "notreepunching:flint_pickaxe=notreepunching:[email protected]"]
- Try to repair your tools.
Expected behavior
- We should be able to add any type of tools with any type of material for repair.
Screenshots / Scripts / Logs
Config file: https://gist.github.com/Fireztonez/6abb508e03f665b705f550d45dcab119
Logs: https://gist.github.com/Fireztonez/dbe67f7a4ea4d0522d87767ff7fb29d1
Versions (please complete the following information):
- Minecraft: 1.16.5
- Forge: 36.0.46
- Cucumber: 4.1.8
- Pickle Tweaks: 5.2.1
- No Tree Punching: 4.1.2
So I think the issue is that those two items have container items. Currently the grid repair recipe doesn't work for those, though I'll probably look into changing that.
Fixed by 9430dfb