superb-warfare/src/main/resources/data/superbwarfare/recipes/ap_head_crafting.json

27 lines
No EOL
439 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" b ",
"bdb",
"cac"
],
"key": {
"a": {
"item": "superbwarfare:high_energy_explosives"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"tag":"forge:ingots/steel"
},
"d": {
"item": "superbwarfare:tungsten_rod"
}
},
"result": {
"item": "superbwarfare:ap_head",
"count": 1
}
}