superb-warfare/src/main/resources/data/superbwarfare/recipes/he_head_crafting.json
2024-08-02 02:26:20 +08:00

24 lines
No EOL
387 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" b ",
"bab",
"cac"
],
"key": {
"a": {
"item": "superbwarfare:high_energy_explosives"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"item": "superbwarfare:ingot_steel"
}
},
"result": {
"item": "superbwarfare:he_head",
"count": 2
}
}