add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -0,0 +1,28 @@
{
"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
}
@@ -0,0 +1,31 @@
{
"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
}
@@ -0,0 +1,31 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "buildinggadgets2",
"key": {
"i": {
"tag": "forge:ingots/zinc"
},
"p": {
"item": "society:prismatic_shard"
},
"c": {
"item": "buildinggadgets2:gadget_core"
},
"b": {
"item": "society:battery"
},
"s": {
"item": "minecraft:shears"
}
},
"pattern": [
"ipi",
"bcb",
"isi"
],
"result": {
"item": "buildinggadgets2:gadget_cut_paste"
},
"show_notification": true
}
@@ -0,0 +1,31 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "buildinggadgets2",
"key": {
"h": {
"item": "justhammers:impact_core"
},
"i": {
"tag": "forge:ingots/zinc"
},
"p": {
"item": "society:prismatic_shard"
},
"c": {
"item": "buildinggadgets2:gadget_core"
},
"b": {
"item": "society:battery"
}
},
"pattern": [
"ipi",
"bcb",
"ihi"
],
"result": {
"item": "buildinggadgets2:gadget_destruction"
},
"show_notification": true
}
@@ -0,0 +1,28 @@
{
"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
}