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,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:andesite_alloy"
},
"K": {
"item": "society:rubber"
}
},
"pattern": [
"A",
"K"
],
"result": {
"count": 2,
"item": "create:andesite_funnel"
},
"show_notification": true
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:andesite_alloy"
},
"K": {
"item": "society:rubber"
}
},
"pattern": [
"AA",
"KK"
],
"result": {
"count": 2,
"item": "create:andesite_tunnel"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:ingots/brass"
},
"E": {
"item": "create:electron_tube"
},
"K": {
"item": "society:rubber"
}
},
"pattern": [
"E",
"A",
"K"
],
"result": {
"count": 2,
"item": "create:brass_funnel"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:ingots/brass"
},
"E": {
"item": "create:electron_tube"
},
"K": {
"item": "society:rubber"
}
},
"pattern": [
"E ",
"AA",
"KK"
],
"result": {
"count": 2,
"item": "create:brass_tunnel"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:plates/silver"
},
"C": {
"item": "minecraft:redstone_torch"
},
"S": {
"item": "create:brass_casing"
}
},
"pattern": [
"C",
"S",
"A"
],
"result": {
"item": "create:display_link"
},
"show_notification": true
}
@@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:item_vault"
},
"B": {
"tag": "forge:slimeballs"
},
"b": {
"item": "society:battery"
},
"C": {
"item": "create:andesite_alloy"
},
"l": {
"item": "oreganized:lead_ingot"
}
},
"pattern": ["lbl", "BAB", "lCl"],
"result": {
"item": "create:package_frogport"
},
"show_notification": true
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:cardboard_block"
},
"C": {
"item": "minecraft:iron_block"
},
"R": {
"item": "minecraft:redstone_block"
}
},
"pattern": [" C ", "CAC", "RCR"],
"result": {
"item": "create:packager"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:cobblestone"
},
"S": {
"tag": "forge:plates/silver"
},
"W": {
"tag": "forge:dusts/redstone"
}
},
"pattern": [
" S ",
"CWC",
"CCC"
],
"result": {
"count": 2,
"item": "create:redstone_contact"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:redstone_torch"
},
"S": {
"item": "create:andesite_casing"
},
"s": {
"item": "oreganized:silver_ingot"
}
},
"pattern": [
"C",
"S",
"s"
],
"result": {
"count": 2,
"item": "create:redstone_link"
},
"show_notification": true
}