neuralgia/kubejs/data/tfc/recipes/crafting/metal/axe/copper.json
2023-11-12 12:27:54 +07:00

25 lines
No EOL
378 B
JSON

{
"type": "tfc:advanced_shaped_crafting",
"pattern": [
"X",
"Y"
],
"key": {
"X": {
"tag": "forge:axe_heads/copper"
},
"Y": {
"tag": "tfc:can_be_lit_on_torch"
}
},
"result": {
"stack": {
"item": "gtceu:copper_axe"
},
"modifiers": [
"tfc:copy_forging_bonus"
]
},
"input_row": 0,
"input_column": 0
}