superb-warfare/src/main/resources/data/superbwarfare/recipe/ap_head_crafting.json
2025-04-02 20:11:07 +08:00

27 lines
No EOL
446 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": "superbwarfare:ingots/steel"
},
"d": {
"item": "superbwarfare:tungsten_rod"
}
},
"result": {
"id": "superbwarfare:ap_head",
"count": 2
}
}