Cooking using Tomato, Onion, Beetroot and Any Vegetables Food (200 ticks, 1 xp). Produces Ratatouille.
Ratatouille
Farmer's Delight · by MehVahdJukaar, MerchantPug
Ratatouille is a item from Farmer's Delight, crafted from Tomato, Onion, Beetroot, and Any Vegetables Food.
Acquisition
Related items
Developer reference
- Registry name
farmersdelight:ratatouille- Namespace
farmersdelight- Mod ID
farmersdelight- Tags (2)
c:items/foods farmersdelight:items/meals
Recipe JSON (1):
{
"recipe_type": "farmersdelight:cooking",
"pattern": null,
"ingredients": [
{
"tag": "c:crops/tomato"
},
{
"tag": "c:crops/onion"
},
{
"item": "minecraft:beetroot"
},
{
"tag": "c:foods/vegetables"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": 1,
"cooking_time": 200
}