Files
jgl_sunlit_patch/kubejs/data/buildinggadgets2/recipes/gadget_building.json
T
2026-07-31 10:34:32 +09:00

28 lines
482 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "buildinggadgets2",
"key": {
"i": {
"tag": "forge:ingots/zinc"
},
"e": {
"tag": "forge:storage_blocks/emerald"
},
"c": {
"item": "buildinggadgets2:gadget_core"
},
"b": {
"item": "society:battery"
}
},
"pattern": [
"iei",
"bcb",
"iei"
],
"result": {
"item": "buildinggadgets2:gadget_building"
},
"show_notification": true
}