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,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"b": {
"item": "minecraft:bowl"
},
"c": {
"item": "crabbersdelight:coral_fragments"
},
"m": {
"tag": "society:small_milk"
}
},
"pattern": [
" m ",
"ccc",
" b "
],
"result": {
"item": "crabbersdelight:coral_crunch"
},
"show_notification": true
}
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"n": {
"item": "farmersdelight:safety_net"
},
"s": {
"item": "create:zinc_ingot"
},
"w": {
"tag": "minecraft:wooden_slabs"
},
"a": {
"item": "society:aquamarine"
}
},
"pattern": [
"nsn",
"s s",
"waw"
],
"result": {
"item": "crabbersdelight:crab_trap"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:stick"
},
{
"item": "crabbersdelight:cooked_frog_leg"
},
{
"item": "farm_and_charm:onion"
},
{
"item": "minecraft:brown_mushroom"
},
{
"item": "minecraft:carrot"
}
],
"result": {
"item": "crabbersdelight:frog_leg_kebob"
}
}
@@ -0,0 +1,41 @@
{
"type": "meadow:cooking",
"result": {
"item": "crabbersdelight:bisque"
},
"ingredients": [
[
{
"tag": "crabbersdelight:cooked_seafood"
},
{
"tag": "crabbersdelight:raw_seafood"
}
],
{
"item": "farm_and_charm:onion"
},
{
"tag": "forge:grain/rice"
},
{
"tag": "forge:crops/carrot"
},
{
"tag": "society:large_milk"
}
],
"container": {
"item": "minecraft:bowl"
},
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "crabbersdelight"
},
{
"type": "forge:mod_loaded",
"modid": "meadow"
}
]
}
@@ -0,0 +1,36 @@
{
"type": "meadow:cooking",
"result": {
"item": "crabbersdelight:clam_bake"
},
"ingredients": [
{
"item": "crabbersdelight:cooked_clam_meat"
},
{
"item": "crabbersdelight:cooked_clawster"
},
{
"item": "crabbersdelight:cooked_shrimp"
},
{
"item": "minecraft:seagrass"
},
{
"tag": "forge:crops/carrot"
},
{
"item": "farm_and_charm:onion"
}
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "crabbersdelight"
},
{
"type": "forge:mod_loaded",
"modid": "meadow"
}
]
}
@@ -0,0 +1,33 @@
{
"type": "meadow:cooking",
"result": {
"item": "crabbersdelight:clam_chowder"
},
"ingredients": [
{
"item": "crabbersdelight:cooked_clam_meat"
},
{
"item": "farm_and_charm:onion"
},
{
"tag": "forge:crops/potato"
},
{
"tag": "society:large_milk"
}
],
"container": {
"item": "minecraft:bowl"
},
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "crabbersdelight"
},
{
"type": "forge:mod_loaded",
"modid": "meadow"
}
]
}
@@ -0,0 +1,33 @@
{
"type": "meadow:cooking",
"result": {
"item": "crabbersdelight:crab_cakes"
},
"ingredients": [
{
"item": "crabbersdelight:crab"
},
{
"item": "farmersdelight:wheat_dough"
},
{
"tag": "society:small_milk"
},
{
"tag": "forge:eggs"
},
{
"item": "farm_and_charm:onion"
}
],
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "crabbersdelight"
},
{
"type": "forge:mod_loaded",
"modid": "meadow"
}
]
}
@@ -0,0 +1,36 @@
{
"type": "meadow:cooking",
"result": {
"item": "crabbersdelight:seafood_gumbo"
},
"ingredients": [
{
"item": "crabbersdelight:clawster"
},
{
"item": "crabbersdelight:shrimp"
},
{
"item": "farm_and_charm:onion"
},
{
"tag": "forge:grain/rice"
},
{
"tag": "forge:foods/raw_pork"
}
],
"container": {
"item": "minecraft:bowl"
},
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "crabbersdelight"
},
{
"type": "forge:mod_loaded",
"modid": "meadow"
}
]
}
@@ -0,0 +1,33 @@
{
"type": "meadow:cooking",
"result": {
"item": "crabbersdelight:shrimp_fried_rice"
},
"ingredients": [
{
"item": "farmersdelight:cooked_rice"
},
{
"item": "farm_and_charm:onion"
},
{
"item": "crabbersdelight:shrimp"
},
{
"item": "minecraft:carrot"
}
],
"container": {
"item": "minecraft:bowl"
},
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "crabbersdelight"
},
{
"type": "forge:mod_loaded",
"modid": "meadow"
}
]
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:stick"
},
{
"tag": "crabbersdelight:cooked_squid"
},
{
"item": "farm_and_charm:onion"
},
{
"item": "farm_and_charm:onion"
},
{
"item": "farmersdelight:tomato"
}
],
"result": {
"item": "crabbersdelight:squid_kebob"
}
}