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

24 lines
No EOL
363 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"c",
"a",
"b"
],
"key": {
"a": {
"item": "superbwarfare:he_head"
},
"b": {
"item": "superbwarfare:grain"
},
"c": {
"item": "superbwarfare:fusee"
}
},
"result": {
"item": "superbwarfare:he_5_inches",
"count": 1
}
}