25 lines
416 B
JSON
25 lines
416 B
JSON
{
|
|
"type": "farmersdelight:cooking",
|
|
"cookingtime": 200,
|
|
"experience": 2.0,
|
|
"container": {
|
|
"item": "minecraft:bowl"
|
|
},
|
|
"ingredients": [
|
|
{
|
|
"tag": "forge:crops/cauliflower"
|
|
},
|
|
{
|
|
"tag": "forge:crops/cauliflower"
|
|
},
|
|
{
|
|
"tag": "forge:vegetables"
|
|
},
|
|
{
|
|
"tag": "society:small_milk"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "veggiesdelight:cauliflower_soup"
|
|
}
|
|
} |