superb-warfare/src/main/resources/data/superbwarfare/recipes/fumo_25_crafting.json
2024-12-31 20:30:44 +08:00

30 lines
No EOL
470 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"ada",
" c ",
"beb"
],
"key": {
"a": {
"item": "minecraft:iron_bars"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"item": "superbwarfare:motor"
},
"e": {
"item": "superbwarfare:cell"
},
"d": {
"item": "minecraft:observer"
}
},
"result": {
"item": "superbwarfare:fumo_25",
"count": 1
}
}