superb-warfare/src/main/resources/data/superbwarfare/recipes/propeller_crafting.json
2024-08-26 23:25:10 +08:00

21 lines
No EOL
309 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"aba",
" a "
],
"key": {
"a": {
"tag": "minecraft:planks"
},
"b": {
"item": "minecraft:iron_nugget"
}
},
"result": {
"item": "superbwarfare:propeller",
"count": 2
}
}