superb-warfare/src/main/resources/data/superbwarfare/recipes/abekiri_crafting.json
2024-07-27 02:20:09 +08:00

27 lines
No EOL
429 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": {
"item": "superbwarfare:abekiri",
"count": 1
}
}