add first patch
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user