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

27 lines
No EOL
436 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aab",
"ccc",
" dc"
],
"key": {
"a": {
"item": "superbwarfare:iron_barrel"
},
"b": {
"item": "minecraft:flint_and_steel"
},
"c": {
"tag": "minecraft:planks"
},
"d": {
"item": "minecraft:redstone"
}
},
"result": {
"id": "superbwarfare:homemade_shotgun",
"count": 1
}
}