23 lines
372 B
JSON
23 lines
372 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"ingredients": [
|
|
{
|
|
"tag": "society:large_milk"
|
|
},
|
|
{
|
|
"tag": "bakery:chocolate"
|
|
},
|
|
{
|
|
"item": "minecraft:sugar"
|
|
}
|
|
],
|
|
"container": {
|
|
"item": "bakery:jar"
|
|
},
|
|
"recipe_book_tab": "meals",
|
|
"result": {
|
|
"item": "bakery:chocolate_jam"
|
|
}
|
|
} |