Files
2026-07-31 10:34:32 +09:00

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
}
}