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,26 @@
{
"type": "create:filling",
"ingredients": [
[
{ "item": "minecraft:cake" },
{ "item": "veggiesdelight:carrot_cake" },
{ "item": "bakery:strawberry_cake" },
{ "item": "bakery:sweetberry_cake" },
{ "item": "bakery:chocolate_cake" },
{ "item": "farm_and_charm:grandmothers_strawberry_cake" },
{ "item": "veggiesdelight:turnip_cake" },
{ "item": "meadow:cheesecake" },
{ "item": "farmersdelight:sweet_berry_cheesecake" }
],
{
"amount": 500,
"fluid": "minecraft:lava",
"nbt": {}
}
],
"results": [
{
"item": "create:blaze_cake"
}
]
}
@@ -0,0 +1,23 @@
{
"type": "create:filling",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "farmersdelight"
}
],
"ingredients": [
{
"item": "minecraft:glass_bottle"
},
{
"amount": 250,
"fluid": "society:milk"
}
],
"results": [
{
"item": "farmersdelight:milk_bottle"
}
]
}
@@ -0,0 +1,17 @@
{
"type": "create:filling",
"ingredients": [
{
"item": "etcetera:bismuth_ingot"
},
{
"amount": 200,
"fluid": "society:alchemical_varnish"
}
],
"results": [
{
"item": "oreganized:silver_ingot"
}
]
}
@@ -0,0 +1,17 @@
{
"type": "create:filling",
"ingredients": [
{
"item": "botania:manasteel_ingot"
},
{
"amount": 50,
"fluid": "society:alchemical_varnish"
}
],
"results": [
{
"item": "oreganized:silver_ingot"
}
]
}
@@ -0,0 +1,17 @@
{
"type": "create:filling",
"ingredients": [
{
"item": "minecraft:bread"
},
{
"amount": 250,
"fluid": "society:milk"
}
],
"results": [
{
"item": "create:sweet_roll"
}
]
}