superb-warfare/src/main/resources/data/superbwarfare/recipes/monitor_crafting.json
2024-07-27 02:20:09 +08:00

30 lines
No EOL
482 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"a a",
"bcb",
"ded"
],
"key": {
"a": {
"item": "minecraft:lightning_rod"
},
"b": {
"item": "minecraft:lever"
},
"c": {
"item": "minecraft:iron_ingot"
},
"d": {
"item": "minecraft:amethyst_shard"
},
"e": {
"tag": "forge:stained_glass_panes"
}
},
"result": {
"item": "superbwarfare:monitor",
"count": 1
}
}