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

27 lines
No EOL
439 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" a ",
"bcb",
" d "
],
"key": {
"a": {
"item": "superbwarfare:fusee"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"item": "superbwarfare:high_energy_explosives"
},
"d": {
"item": "superbwarfare:grain"
}
},
"result": {
"item": "superbwarfare:rocket",
"count": 2
}
}