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,23 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 1.0,
"ingredients": [
{
"tag": "forge:crops/broccoli"
},
{
"tag": "forge:crops/broccoli"
},
{
"tag": "forge:vegetables"
},
{
"tag": "society:small_milk"
}
],
"recipe_book_tab": "meals",
"result": {
"item": "veggiesdelight:broccoli_soup"
}
}
@@ -0,0 +1,22 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 2.0,
"container": {
"item": "minecraft:glass_bottle"
},
"ingredients": [
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:carrot"
},
{
"tag": "society:small_milk"
}
],
"result": {
"item": "veggiesdelight:carrot_juice"
}
}
@@ -0,0 +1,23 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 1.0,
"ingredients": [
{
"item": "veggiesdelight:cauliflower"
},
{
"tag": "forge:crops/onion"
},
{
"tag": "forge:crops/garlic"
},
{
"tag": "society:small_milk"
}
],
"recipe_book_tab": "meals",
"result": {
"item": "veggiesdelight:cauliflower_kuku"
}
}
@@ -0,0 +1,25 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 2.0,
"container": {
"item": "minecraft:bowl"
},
"ingredients": [
{
"tag": "forge:crops/cauliflower"
},
{
"tag": "forge:crops/cauliflower"
},
{
"tag": "forge:vegetables"
},
{
"tag": "society:small_milk"
}
],
"result": {
"item": "veggiesdelight:cauliflower_soup"
}
}
@@ -0,0 +1,28 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 2.0,
"container": {
"item": "minecraft:glass_bottle"
},
"ingredients": [
{
"item": "veggiesdelight:dandelion_leaf"
},
{
"item": "veggiesdelight:dandelion_leaf"
},
{
"item": "veggiesdelight:dandelion_leaf"
},
{
"item": "minecraft:sugar"
},
{
"tag": "society:small_milk"
}
],
"result": {
"item": "veggiesdelight:dandelion_juice"
}
}
@@ -0,0 +1,25 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 2.0,
"container": {
"item": "minecraft:bowl"
},
"ingredients": [
{
"tag": "forge:crops/garlic"
},
{
"tag": "society:small_milk"
},
{
"tag": "forge:cooked_chicken"
},
{
"tag": "forge:vegetables"
}
],
"result": {
"item": "veggiesdelight:garlic_chicken_stew"
}
}
@@ -0,0 +1,22 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 2.0,
"container": {
"item": "minecraft:bowl"
},
"ingredients": [
{
"item": "veggiesdelight:sweet_potato"
},
{
"item": "veggiesdelight:sweet_potato"
},
{
"tag": "society:large_milk"
}
],
"result": {
"item": "veggiesdelight:mashed_potatoes"
}
}
@@ -0,0 +1,23 @@
{
"type": "farmersdelight:cooking",
"container": {
"item": "minecraft:bowl"
},
"cookingtime": 200,
"experience": 1.0,
"ingredients": [
{
"tag": "forge:crops/broccoli"
},
{
"tag": "forge:pasta"
},
{
"tag": "society:small_milk"
}
],
"recipe_book_tab": "meals",
"result": {
"item": "veggiesdelight:pasta_with_broccoli"
}
}
@@ -0,0 +1,31 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 300,
"experience": 3.0,
"container": {
"item": "minecraft:bowl"
},
"ingredients": [
{
"item": "minecraft:potato"
},
{
"item": "society:eggplant"
},
{
"tag": "forge:crops/tomato"
},
{
"tag": "forge:crops/cauliflower"
},
{
"tag": "forge:crops/onion"
},
{
"item": "veggiesdelight:bellpepper"
}
],
"result": {
"item": "veggiesdelight:roasted_vegetables"
}
}
@@ -0,0 +1,28 @@
{
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 2.0,
"container": {
"item": "minecraft:bowl"
},
"ingredients": [
{
"item": "vintagedelight:ghost_pepper"
},
{
"item": "veggiesdelight:bellpepper"
},
{
"tag": "forge:eggs"
},
{
"item": "farmersdelight:tomato"
},
{
"item": "farm_and_charm:onion"
}
],
"result": {
"item": "veggiesdelight:shakshouka"
}
}
@@ -0,0 +1,23 @@
{
"type": "farmersdelight:cooking",
"container": {
"item": "minecraft:bowl"
},
"cookingtime": 200,
"experience": 1.0,
"ingredients": [
{
"item": "veggiesdelight:sweet_potato_dough"
},
{
"item": "society:maple_syrup"
},
{
"tag": "society:small_milk"
}
],
"recipe_book_tab": "misc",
"result": {
"item": "veggiesdelight:sweet_potato_pancakes"
}
}
@@ -0,0 +1 @@
{"forge:conditions": [{"type": "forge:false"}]}