21 lines
353 B
JSON
21 lines
353 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 1.0,
|
|
"ingredients": [
|
|
{
|
|
"item": "society:truffle_oil"
|
|
},
|
|
{
|
|
"item": "bakery:sweet_dough"
|
|
},
|
|
{
|
|
"item": "bakery:chocolate_jam"
|
|
}
|
|
],
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "bakery:chocolate_donut",
|
|
"count": 4
|
|
}
|
|
} |