superb-warfare/src/main/resources/data/superbwarfare/recipes/knife_crafting.json

20 lines
No EOL
292 B
JSON

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