superb-warfare/src/main/resources/data/superbwarfare/recipes/drone_crafting.json
2024-11-28 22:55:39 +08:00

30 lines
No EOL
479 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:shield_cell"
}
},
"result": {
"item": "superbwarfare:drone",
"count": 4
}
}