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,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "minecraft:andesite"
},
"B": {
"item": "numismatics:sprocket"
}
},
"pattern": [
"BA",
"AB"
],
"result": {
"item": "create:andesite_alloy"
},
"show_notification": true
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"L": {
"item": "create:polished_rose_quartz"
},
"N": {
"tag": "forge:plates/silver"
}
},
"pattern": [
"L",
"N"
],
"result": {
"item": "create:electron_tube"
},
"show_notification": true
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"L": {
"tag": "forge:plates/copper"
},
"N": {
"item": "minecraft:lightning_rod"
},
"R": {
"tag": "forge:dusts/redstone"
},
"S": {
"tag": "forge:plates/silver"
}
},
"pattern": [" N ", "LSL", " R "],
"result": {
"item": "create:transmitter"
},
"show_notification": true
}