superb-warfare/src/main/resources/data/superbwarfare/recipes/motor_crafting.json
2025-01-06 21:04:29 +08:00

27 lines
No EOL
422 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"bcd",
"bcd"
],
"key": {
"a": {
"item": "minecraft:iron_nugget"
},
"b": {
"item": "minecraft:lapis_lazuli"
},
"c": {
"item": "minecraft:copper_ingot"
},
"d": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "superbwarfare:motor",
"count": 2
}
}