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,12 @@
{
"type": "farm_and_charm:crafting_bowl",
"ingredients": [
{
"tag": "society:large_milk"
}
],
"result": {
"item": "farm_and_charm:butter",
"count": 4
}
}
@@ -0,0 +1,21 @@
{
"type": "farm_and_charm:crafting_bowl",
"ingredients": [
{
"tag": "bakery:wheat"
},
{
"item": "minecraft:sugar"
},
{
"tag": "bakery:eggs"
},
{
"tag": "society:large_milk"
}
],
"result": {
"item": "bakery:cake_dough",
"count": 12
}
}
@@ -0,0 +1,15 @@
{
"type": "farm_and_charm:crafting_bowl",
"ingredients": [
{
"tag": "society:large_milk"
},
{
"tag": "candlelight:water_bottles"
}
],
"result": {
"item": "candlelight:mozzarella",
"count": 6
}
}
@@ -0,0 +1,18 @@
{
"type": "farm_and_charm:crafting_bowl",
"ingredients": [
{
"tag": "society:large_milk"
},
{
"item": "farm_and_charm:oat"
},
{
"tag": "farm_and_charm:strawberries"
}
],
"result": {
"item": "farm_and_charm:oatmeal_with_strawberries",
"count": 2
}
}
@@ -0,0 +1,12 @@
{
"type": "farm_and_charm:crafting_bowl",
"ingredients": [
{
"tag": "society:small_milk"
}
],
"result": {
"item": "farm_and_charm:butter",
"count": 1
}
}
@@ -0,0 +1,18 @@
{
"type": "farm_and_charm:crafting_bowl",
"ingredients": [
{
"item": "candlelight:mozzarella"
},
{
"tag": "farm_and_charm:tomato"
},
{
"tag": "candlelight:bowls"
}
],
"result": {
"item": "candlelight:tomato_mozzarella_salad",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "create:mixing",
"results": [
{
"item": "farm_and_charm:butter",
"count": 4
}
],
"ingredients": [
{
"tag": "society:large_milk"
}
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "farm_and_charm"
},
{
"type": "forge:mod_loaded",
"modid": "create"
}
]
}
@@ -0,0 +1,23 @@
{
"type": "create:mixing",
"results": [
{
"item": "farm_and_charm:butter"
}
],
"ingredients": [
{
"tag": "society:small_milk"
}
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "farm_and_charm"
},
{
"type": "forge:mod_loaded",
"modid": "create"
}
]
}
@@ -0,0 +1,11 @@
{
"type": "farm_and_charm:drying",
"ingredient": {
"item": "society:tubabacco_leaf"
},
"recipe_type": "MEAT",
"result": {
"item": "society:dried_tubabacco_leaf",
"count": 1
}
}
@@ -0,0 +1,11 @@
{
"type": "farm_and_charm:drying",
"ingredient": {
"item": "minecraft:podzol"
},
"recipe_type": "MEAT",
"result": {
"item": "minecraft:mycelium",
"count": 1
}
}
@@ -0,0 +1,11 @@
{
"type": "farm_and_charm:drying",
"ingredient": {
"item": "dew_drop_farmland_growth:weak_fertilizer"
},
"recipe_type": "MEAT",
"result": {
"item": "farm_and_charm:fertilizer",
"count": 1
}
}
@@ -0,0 +1,11 @@
{
"type": "farm_and_charm:mincer",
"ingredient": {
"item": "minecraft:porkchop"
},
"recipe_type": "MEAT",
"result": {
"item": "farmersdelight:bacon",
"count": 3
}
}
@@ -0,0 +1,11 @@
{
"type": "farm_and_charm:mincer",
"ingredient": {
"item": "aquaculture:fish_bones"
},
"recipe_type": "MEAT",
"result": {
"item": "minecraft:bone_meal",
"count": 5
}
}
@@ -0,0 +1,11 @@
{
"type": "farm_and_charm:mincer",
"ingredient": {
"item": "minecraft:chicken"
},
"recipe_type": "MEAT",
"result": {
"item": "farmersdelight:chicken_cuts",
"count": 3
}
}
@@ -0,0 +1,11 @@
{
"type": "farm_and_charm:mincer",
"ingredient": {
"item": "minecraft:copper_ingot"
},
"recipe_type": "METAL",
"result": {
"item": "create:copper_nugget",
"count": 9
}
}
@@ -0,0 +1,11 @@
{
"type": "farm_and_charm:mincer",
"ingredient": {
"item": "minecraft:sugar_cane"
},
"recipe_type": "MEAT",
"result": {
"item": "minecraft:sugar",
"count": 2
}
}
@@ -0,0 +1,27 @@
{
"type": "farm_and_charm:roaster",
"ingredients": [
{
"item": "farmersdelight:bacon"
},
{
"item": "farmersdelight:bacon"
},
{
"tag": "forge:eggs"
},
{
"tag": "forge:eggs"
},
{
"tag": "farm_and_charm:butter"
}
],
"container": {
"item": "minecraft:bowl"
},
"result": {
"item": "farm_and_charm:bacon_with_eggs",
"count": 3
}
}
@@ -0,0 +1,27 @@
{
"type": "farm_and_charm:roaster",
"ingredients": [
{
"item": "minecraft:baked_potato"
},
{
"item": "candlelight:fillet_steak"
},
{
"tag": "candlelight:mushrooms"
},
{
"tag": "candlelight:white_effect"
},
{
"item": "farm_and_charm:butter"
}
],
"container": {
"item": "minecraft:bowl"
},
"result": {
"item": "candlelight:beef_with_mushroom_in_wine_and_potatoes",
"count": 4
}
}
@@ -0,0 +1,30 @@
{
"type": "farm_and_charm:roaster",
"ingredients": [
{
"tag": "candlelight:tomato_soups"
},
{
"item": "farm_and_charm:minced_beef"
},
{
"item": "farmersdelight:bacon"
},
{
"tag": "farm_and_charm:onion"
},
{
"item": "minecraft:carrot"
},
{
"tag": "candlelight:red_effect"
}
],
"container": {
"item": "minecraft:bowl"
},
"result": {
"item": "candlelight:bolognese",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "farm_and_charm:roaster",
"ingredients": [
{
"item": "farmersdelight:bacon"
},
{
"item": "farmersdelight:chicken_cuts"
},
{
"tag": "farm_and_charm:pasta"
},
{
"tag": "farm_and_charm:butter"
}
],
"container": {
"item": "minecraft:bowl"
},
"result": {
"item": "farm_and_charm:chicken_wrapped_in_bacon",
"count": 1
}
}
@@ -0,0 +1,27 @@
{
"type": "farm_and_charm:roaster",
"ingredients": [
{
"item": "farmersdelight:chicken_cuts"
},
{
"item": "minecraft:chicken"
},
{
"tag": "farm_and_charm:tomato"
},
{
"tag": "farm_and_charm:flour"
},
{
"tag": "farm_and_charm:butter"
}
],
"container": {
"item": "minecraft:bowl"
},
"result": {
"item": "brewery:fried_chicken",
"count": 2
}
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "bakery:sweet_dough"
},
{
"item": "society:dried_ancient_fruit"
},
{
"item": "species:wraptor_egg"
}
],
"item": "society:ancient_cookie",
"count": 4,
"experience": 0.3
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "pamhc2trees:pawpawitem"
},
{
"item": "bakery:sweet_dough"
},
{
"item": "minecraft:sugar"
}
],
"item": "bakery:apple_pie",
"count": 1,
"experience": 0.35
}
@@ -0,0 +1,22 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
[
{
"item": "minecraft:beef"
},
{
"item": "farm_and_charm:lamb_ham"
}
],
{
"tag": "farm_and_charm:dough"
},
{
"item": "candlelight:mushroom_soup"
}
],
"item": "candlelight:beef_wellington",
"count": 1,
"experience": 1
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"tag": "bakery:eggs"
},
{
"item": "atmospheric:orange"
},
{
"item": "farm_and_charm:yeast"
}
],
"item": "bakery:bundt_cake",
"count": 1,
"experience": 0.32
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"tag": "farm_and_charm:pasta"
},
{
"item": "farmersdelight:chicken_cuts"
},
{
"tag": "candlelight:all_effects"
}
],
"item": "candlelight:chicken_alfredo",
"count": 2,
"experience": 0.25
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "candlelight:harvest_plate"
},
{
"item": "farmersdelight:chicken_cuts"
},
{
"tag": "candlelight:white_effect"
}
],
"item": "candlelight:chicken_with_vegetables",
"count": 2,
"experience": 0.25
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"tag": "society:large_milk"
},
{
"item": "bakery:sweet_dough"
},
{
"item": "minecraft:sugar"
}
],
"item": "bakery:cornet",
"count": 4,
"experience": 0.35
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "farm_and_charm:onion"
},
{
"tag": "farm_and_charm:dough"
},
{
"tag": "farm_and_charm:water_bottles"
}
],
"item": "farm_and_charm:farmers_bread",
"count": 3,
"experience": 0.3
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "society:dragonfruit_preserves"
},
{
"item": "bakery:sweet_dough"
},
{
"item": "minecraft:sugar"
}
],
"item": "bakery:jam_roll",
"count": 4,
"experience": 0.35
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "candlelight:bolognese"
},
{
"tag": "farm_and_charm:pasta"
},
{
"tag": "candlelight:cheeses"
}
],
"item": "candlelight:lasagne",
"count": 6,
"experience": 1
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "society:peach_preserves"
},
{
"item": "bakery:sweet_dough"
},
{
"item": "minecraft:sugar"
}
],
"item": "bakery:linzer_tart",
"count": 1,
"experience": 0.35
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "bakery:sweet_dough"
},
{
"item": "pamhc2trees:lycheeitem"
},
{
"tag": "bakery:eggs"
}
],
"item": "farmersdelight:sweet_berry_cookie",
"count": 4,
"experience": 0.3
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "minecraft:porkchop"
},
{
"item": "minecraft:honey_bottle"
},
{
"tag": "candlelight:red_effect"
}
],
"item": "candlelight:pork_ribs",
"count": 4,
"experience": 0.25
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"tag": "farm_and_charm:pasta"
},
{
"item": "farmersdelight:chicken_cuts"
},
{
"item": "minecraft:carrot"
}
],
"item": "farm_and_charm:roasted_chicken",
"count": 3,
"experience": 0.3
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "bakery:sweet_dough"
},
{
"item": "pamhc2trees:starfruititem"
},
{
"tag": "bakery:eggs"
}
],
"item": "farmersdelight:honey_cookie",
"count": 4,
"experience": 0.3
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "pamhc2trees:bananaitem"
},
{
"item": "bakery:chocolate_truffle"
},
{
"tag": "bakery:dough"
}
],
"item": "bakery:toast",
"count": 3,
"experience": 0.35
}
@@ -0,0 +1,22 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"tag": "forge:crops/turnip"
},
[
{ "tag": "forge:raw_beef" },
{ "tag": "forge:raw_bacon" },
{ "tag": "forge:raw_chicken" },
{ "tag": "forge:raw_fishes" },
{ "tag": "forge:raw_mutton" },
{ "tag": "forge:raw_pork" }
],
{
"tag": "bakery:dough"
}
],
"item": "veggiesdelight:turnip_cake",
"count": 1,
"experience": 0.35
}
@@ -0,0 +1,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "bakery:sweet_dough"
},
{
"item": "society:maple_syrup"
},
{
"tag": "bakery:eggs"
}
],
"item": "bakery:waffle",
"count": 4,
"experience": 0.3
}