Files
jgl_sunlit_patch/kubejs/data/veggiesdelight/recipes/cooking/cauliflower_soup.json
T
2026-07-31 10:34:32 +09:00

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"
}
}