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

20 lines
No EOL
290 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aba",
"aaa"
],
"key": {
"a": {
"item": "minecraft:iron_ingot"
},
"b": {
"tag": "c:dyes/green"
}
},
"result": {
"id": "superbwarfare:ammo_box",
"count": 1
}
}