26 lines
452 B
JSON
26 lines
452 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"container": {
|
|
"item": "minecraft:bowl"
|
|
},
|
|
"cookingtime": 200,
|
|
"experience": 1.0,
|
|
"ingredients": [
|
|
{
|
|
"item": "crabbersdelight:cooked_clam_meat"
|
|
},
|
|
{
|
|
"item": "farm_and_charm:onion"
|
|
},
|
|
{
|
|
"item": "minecraft:potato"
|
|
},
|
|
{
|
|
"tag": "society:large_milk"
|
|
}
|
|
],
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "crabbersdelight:clam_chowder"
|
|
}
|
|
} |