23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"tag": "farm_and_charm:water_bottles"
|
|
},
|
|
{
|
|
"item": "farm_and_charm:strawberry"
|
|
},
|
|
{
|
|
"item": "farm_and_charm:strawberry"
|
|
}
|
|
],
|
|
"container": {
|
|
"item": "minecraft:glass_bottle"
|
|
},
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "farm_and_charm:strawberry_tea"
|
|
}
|
|
} |