superb-warfare/src/main/resources/data/superbwarfare/recipes/drone_crafting.json
2024-12-12 16:19:30 +08:00

30 lines
No EOL
472 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"a a",
"bcb",
"ded"
],
"key": {
"a": {
"item": "superbwarfare:propeller"
},
"b": {
"item": "superbwarfare:motor"
},
"c": {
"item": "minecraft:compass"
},
"d": {
"item": "minecraft:iron_nugget"
},
"e": {
"item": "superbwarfare:cell"
}
},
"result": {
"item": "superbwarfare:drone",
"count": 4
}
}