superb-warfare/src/main/resources/data/superbwarfare/recipes/large_propeller_crafting.json
2025-02-09 16:21:44 +08:00

21 lines
No EOL
335 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"aba",
" a "
],
"key": {
"a": {
"item": "minecraft:iron_ingot"
},
"b": {
"tag": "superbwarfare:ingots/cemented_carbide"
}
},
"result": {
"item": "superbwarfare:large_propeller",
"count": 1
}
}