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

28 lines
484 B
JSON

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