23 lines
391 B
JSON
23 lines
391 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"tag": "farm_and_charm:bread"
|
|
},
|
|
{
|
|
"tag": "farm_and_charm:onion"
|
|
},
|
|
{
|
|
"tag": "farm_and_charm:onion"
|
|
}
|
|
],
|
|
"container": {
|
|
"item": "minecraft:bowl"
|
|
},
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "farm_and_charm:onion_soup"
|
|
}
|
|
} |