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

24 lines
No EOL
382 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aba",
"cac",
"aba"
],
"key": {
"a": {
"item": "minecraft:gunpowder"
},
"b": {
"item": "minecraft:netherrack"
},
"c": {
"item": "minecraft:blaze_powder"
}
},
"result": {
"item": "superbwarfare:high_energy_explosives",
"count": 4
}
}