26 lines
429 B
JSON
26 lines
429 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"item": "crabbersdelight:crab"
|
|
},
|
|
{
|
|
"tag": "farm_and_charm:dough"
|
|
},
|
|
{
|
|
"tag": "society:small_milk"
|
|
},
|
|
{
|
|
"tag": "forge:eggs"
|
|
},
|
|
{
|
|
"item": "farm_and_charm:onion"
|
|
}
|
|
],
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "crabbersdelight:crab_cakes"
|
|
}
|
|
} |