22 lines
363 B
JSON
22 lines
363 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"container": {
|
|
"item": "minecraft:glass_bottle"
|
|
},
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:carrot"
|
|
},
|
|
{
|
|
"item": "minecraft:carrot"
|
|
},
|
|
{
|
|
"tag": "society:small_milk"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "veggiesdelight:carrot_juice"
|
|
}
|
|
} |