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

31 lines
536 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "buildinggadgets2",
"key": {
"p": {
"item": "society:prismatic_shard"
},
"i": {
"tag": "forge:ingots/zinc"
},
"B": {
"item":"copycats:copycat_block"
},
"c": {
"item": "buildinggadgets2:gadget_core"
},
"b": {
"item": "society:battery"
}
},
"pattern": [
"ipi",
"bcb",
"iBi"
],
"result": {
"item": "buildinggadgets2:gadget_copy_paste"
},
"show_notification": true
}