23 lines
387 B
JSON
23 lines
387 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 1.0,
|
|
"ingredients": [
|
|
{
|
|
"tag": "society:small_milk"
|
|
},
|
|
{
|
|
"item": "minecraft:sugar"
|
|
},
|
|
{
|
|
"item": "minecraft:cocoa_beans"
|
|
},
|
|
{
|
|
"item": "minecraft:cocoa_beans"
|
|
}
|
|
],
|
|
"recipe_book_tab": "drinks",
|
|
"result": {
|
|
"item": "farmersdelight:hot_cocoa"
|
|
}
|
|
} |