21 lines
356 B
JSON
21 lines
356 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:sugar"
|
|
},
|
|
{
|
|
"tag": "farm_and_charm:water_bottles"
|
|
},
|
|
{
|
|
"tag": "farm_and_charm:wheat"
|
|
}
|
|
],
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "farm_and_charm:yeast",
|
|
"count": 12
|
|
}
|
|
} |