28 lines
458 B
JSON
28 lines
458 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"item": "windswept:cooked_goat"
|
|
},
|
|
{
|
|
"item": "minecraft:baked_potato"
|
|
},
|
|
{
|
|
"item": "minecraft:carrot"
|
|
},
|
|
{
|
|
"item": "minecraft:brown_mushroom"
|
|
}
|
|
],
|
|
"container": {
|
|
"item": "minecraft:bowl"
|
|
},
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "windswept:goat_stew",
|
|
"count": 1
|
|
}
|
|
}
|