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,16 @@
{
"type": "create:mixing",
"ingredients": [
{
"item": "minecraft:andesite"
},
{
"item": "numismatics:sprocket"
}
],
"results": [
{
"item": "create:andesite_alloy"
}
]
}
@@ -0,0 +1,20 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "minecraft:netherite_scrap"
},
{
"item": "create:zinc_ingot"
},
{
"item": "minecraft:copper_ingot"
}
],
"results": [
{
"item": "create:brass_ingot"
}
]
}
@@ -0,0 +1,22 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:cocoa_beans"
},
{
"amount": 250,
"fluid": "society:milk"
}
],
"results": [
{
"amount": 250,
"fluid": "create:chocolate"
}
]
}
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "create:bar_of_chocolate"
}
],
"results": [
{
"amount": 250,
"fluid": "create:chocolate"
}
]
}
@@ -0,0 +1,23 @@
{
"type": "create:mixing",
"ingredients": [
{
"item": "veggiesdelight:sweet_potato"
},
{
"item": "farm_and_charm:yeast"
},
{
"tag": "farm_and_charm:flour"
},
{
"tag": "forge:eggs"
}
],
"results": [
{
"item": "veggiesdelight:sweet_potato_dough",
"count": 10
}
]
}
@@ -0,0 +1,24 @@
{
"type": "create:mixing",
"ingredients": [
{
"item": "veggiesdelight:sweet_potato"
},
{
"item": "farm_and_charm:yeast"
},
{
"tag": "farm_and_charm:flour"
},
{
"amount": 250,
"fluid": "minecraft:water"
}
],
"results": [
{
"item": "veggiesdelight:sweet_potato_dough",
"count": 10
}
]
}
@@ -0,0 +1,24 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "herbalbrews:dried_black_tea"
},
{
"amount": 250,
"fluid": "society:ancient_fruit_juice",
"nbt": {}
},
{
"amount": 250,
"fluid": "society:milk"
}
],
"results": [
{
"amount": 1000,
"fluid": "create:tea"
}
]
}