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,51 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:blazefish_slice"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:baked_blazefish_stew"
}
]
}
],
"recipe": {
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 0.35,
"ingredients": [
{
"item": "netherdepthsupgrade:blazefish_slice"
},
{
"item": "minecraft:potato"
},
{
"tag": "forge:eggs"
},
{
"tag": "forge:crops/tomato"
},
{
"item": "society:eggplant"
}
],
"result": {
"item": "netherdepthsupgrade:baked_blazefish_stew"
}
}
}
]
}
@@ -0,0 +1,51 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:glowdine_slice"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:baked_glowdine_stew"
}
]
}
],
"recipe": {
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 0.35,
"ingredients": [
{
"item": "netherdepthsupgrade:glowdine_slice"
},
{
"item": "minecraft:potato"
},
{
"tag": "forge:eggs"
},
{
"tag": "forge:crops/tomato"
},
{
"item": "society:eggplant"
}
],
"result": {
"item": "netherdepthsupgrade:baked_glowdine_stew"
}
}
}
]
}
@@ -0,0 +1,51 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:lava_pufferfish_slice"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:baked_lava_pufferfish_stew"
}
]
}
],
"recipe": {
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 0.35,
"ingredients": [
{
"item": "netherdepthsupgrade:lava_pufferfish_slice"
},
{
"item": "minecraft:potato"
},
{
"tag": "forge:eggs"
},
{
"tag": "forge:crops/tomato"
},
{
"item": "society:eggplant"
}
],
"result": {
"item": "netherdepthsupgrade:baked_lava_pufferfish_stew"
}
}
}
]
}
@@ -0,0 +1,51 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:magmacubefish_slice"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:baked_magmacubefish_stew"
}
]
}
],
"recipe": {
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 0.35,
"ingredients": [
{
"item": "netherdepthsupgrade:magmacubefish_slice"
},
{
"item": "minecraft:potato"
},
{
"tag": "forge:eggs"
},
{
"tag": "forge:crops/tomato"
},
{
"item": "society:eggplant"
}
],
"result": {
"item": "netherdepthsupgrade:baked_magmacubefish_stew"
}
}
}
]
}
@@ -0,0 +1,51 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:obsidianfish_slice"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:baked_obsidianfish_stew"
}
]
}
],
"recipe": {
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 0.35,
"ingredients": [
{
"item": "netherdepthsupgrade:obsidianfish_slice"
},
{
"item": "minecraft:potato"
},
{
"tag": "forge:eggs"
},
{
"tag": "forge:crops/tomato"
},
{
"item": "society:eggplant"
}
],
"result": {
"item": "netherdepthsupgrade:baked_obsidianfish_stew"
}
}
}
]
}
@@ -0,0 +1,51 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:searing_cod_slice"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:baked_searing_cod_stew"
}
]
}
],
"recipe": {
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 0.35,
"ingredients": [
{
"item": "netherdepthsupgrade:searing_cod_slice"
},
{
"item": "minecraft:potato"
},
{
"tag": "forge:eggs"
},
{
"tag": "forge:crops/tomato"
},
{
"item": "society:eggplant"
}
],
"result": {
"item": "netherdepthsupgrade:baked_searing_cod_stew"
}
}
}
]
}
@@ -0,0 +1,51 @@
{
"type": "forge:conditional",
"recipes": [
{
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:soulsucker_slice"
},
{
"type": "forge:item_exists",
"item": "netherdepthsupgrade:baked_soulsucker_stew"
}
]
}
],
"recipe": {
"type": "farmersdelight:cooking",
"cookingtime": 200,
"experience": 0.35,
"ingredients": [
{
"item": "netherdepthsupgrade:soulsucker_slice"
},
{
"item": "minecraft:potato"
},
{
"tag": "forge:eggs"
},
{
"tag": "forge:crops/tomato"
},
{
"item": "society:eggplant"
}
],
"result": {
"item": "netherdepthsupgrade:baked_soulsucker_stew"
}
}
}
]
}
@@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "netherdepthsupgrade:eyeball_fish"
}
],
"result": {
"item": "netherdepthsupgrade:eyeball"
}
}
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "netherdepthsupgrade:soulsucker"
},
{
"item": "netherdepthsupgrade:soulsucker"
}
],
"result": {
"item": "netherdepthsupgrade:soul_sucker_leather",
"count": 4
}
}