25 lines
376 B
JSON
25 lines
376 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"tag": "bakery:eggs"
|
|
},
|
|
{
|
|
"tag": "bakery:jam"
|
|
},
|
|
{
|
|
"tag": "society:large_milk"
|
|
}
|
|
],
|
|
"container": {
|
|
"item": "minecraft:bowl"
|
|
},
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "bakery:pudding",
|
|
"count": 1
|
|
}
|
|
}
|