Files
neochrome/pack/config/openloader/data/trees/data/additionaladditions/recipes/wrench.json

15 lines
229 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"C C",
" C ",
" C "
],
"key": {
"C": {"item": "minecraft:copper_ingot"}
},
"result": {
"item": "additionaladditions:wrench",
"count": 1
}
}