superb-warfare/src/main/resources/data/superbwarfare/recipe/motor_crafting.json
2025-04-02 20:11:07 +08:00

27 lines
No EOL
420 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": {
"id": "superbwarfare:motor",
"count": 2
}
}