superb-warfare/src/main/resources/data/superbwarfare/recipes/crowbar_crafting.json
2024-09-18 23:10:36 +08:00

21 lines
No EOL
312 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" a",
" b ",
"b "
],
"key": {
"a": {
"tag":"forge:ingots/steel"
},
"b": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "superbwarfare:crowbar",
"count": 1
}
}