Files
neochrome/pack/config/paxi/datapacks/trees/data/additionaladditions/recipes/wrench.json
2026-01-24 05:19:02 -07:00

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