
[Bug] hammer_dig does not work in crafting recipes
Apollonu opened this issue ยท 1 comments
Observed behaviour
Im trying to create a crafting recipe with a hammer using tetra, but every degree works except for hammer, there is no reason it shouldnt work especially when considering mod compatibility which is necessary for a mod like this.
Expected behaviour
The hammer to show in the crafting grid allowing hammer recipes using tetra.
Steps to reproduce
- Create a crafting recipe using a hammer
- Look at the recipe in a recipe viewer
- See that there is no hammer
Crashlog
No response
Tetra version
6.7.0
mutil/mGui version
6.1.1
Forge version
47.3.12
Other mods
No response
I've used that in several places, it works fine. Closing as no examples are provided and I'm unable to reproduce the issue.
Example: (use discord for further help with creating content)
{
"type": "minecraft:crafting_shaped",
"pattern": [
"H. ",
". ",
" "
],
"key": {
".": {
"item": "tetra:metal_scrap"
},
"H": {
"type": "tetra:tool_action",
"tool": "hammer_dig",
"tier": {
"min": "minecraft:stone"
}
}
},
"result": {
"item": "tetra:forged_bolt",
"count": 2
}
}