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
+22
View File
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"LCL",
"LLL"
],
"key": {
"C": {
"item": "numismatics:crown"
},
"T": {
"item": "minecraft:tripwire_hook"
},
"L": {
"tag": "forge:rope"
}
},
"result": {
"item": "gag:escape_rope"
}
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TDT",
"DTD",
"TCT"
],
"key": {
"D": {
"item": "minecraft:cobbled_deepslate"
},
"T": {
"item": "minecraft:tnt"
},
"C": {
"item": "vinery:creepers_crush"
}
},
"result": {
"item": "gag:mining_dynamite",
"count": 8
}
}
+17
View File
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:glass_bottle"
},
{
"item": "supplementaries:lumisene_bucket"
},
{
"tag": "minecraft:wooden_buttons"
}
],
"result": {
"item": "gag:pigment_jar"
}
}
+29
View File
@@ -0,0 +1,29 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "society:ancient_fruit"
},
{
"item": "minecraft:phantom_membrane"
},
{
"item": "gag:sacred_salt"
},
{
"item": "gag:sacred_salt"
},
{
"item": "gag:sacred_salt"
},
{
"item": "gag:sacred_salt"
},
{
"item": "minecraft:bowl"
}
],
"result": {
"item": "gag:sacred_balm"
}
}
+27
View File
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "forge:salt"
},
{
"item": "farmersdelight:brown_mushroom_colony"
},
{
"item": "minecraft:nether_wart"
},
{
"item": "minecraft:glowstone_dust"
},
{
"item": "atmospheric:orange"
},
{
"item": "minecraft:glow_berries"
}
],
"result": {
"item": "gag:sacred_salt",
"count": 1
}
}
+26
View File
@@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:glow_ink_sac"
},
{
"item": "society:ancient_fruit"
},
{
"item": "society:frozen_tear"
},
{
"item": "gag:sacred_salt"
},
{
"item": "gag:sacred_salt"
},
{
"item": "gag:sacred_salt"
}
],
"result": {
"item": "gag:sacred_salve"
}
}