superb-warfare/src/main/resources/data/superbwarfare/recipes/shield_cell_crafting.json
2024-08-31 17:03:47 +08:00

30 lines
No EOL
496 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aba",
"cdc",
"aea"
],
"key": {
"a": {
"item": "minecraft:light_blue_concrete"
},
"b": {
"item": "superbwarfare:copperplate"
},
"c": {
"tag": "forge:stained_glass_panes"
},
"d": {
"item": "minecraft:redstone"
},
"e": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "superbwarfare:shield_cell",
"count": 2
}
}