25 lines
403 B
JSON
25 lines
403 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:wheat"
|
|
},
|
|
{
|
|
"item": "minecraft:cocoa_beans"
|
|
},
|
|
{
|
|
"tag": "society:small_milk"
|
|
}
|
|
],
|
|
"container": {
|
|
"item": "minecraft:bowl"
|
|
},
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "bakery:chocolate_truffle",
|
|
"count": 4
|
|
}
|
|
}
|