26 lines
441 B
JSON
26 lines
441 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"tag": "farm_and_charm:barley"
|
|
},
|
|
{
|
|
"tag": "farm_and_charm:barley"
|
|
},
|
|
{
|
|
"tag": "farm_and_charm:water_bottles"
|
|
},
|
|
{
|
|
"tag": "forge:eggs"
|
|
}
|
|
],
|
|
"container": {
|
|
"item": "minecraft:bowl"
|
|
},
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "farm_and_charm:barley_soup"
|
|
}
|
|
} |