Cooking using Carrot, Potato, Beetroot and Any Salad Ingredients (200 ticks, 1 xp). Produces Vegetable Soup.
Vegetable Soup
Farmer's Delight · by MehVahdJukaar, MerchantPug
Vegetable Soup is a item from Farmer's Delight, crafted from Carrot, Potato, Beetroot, and Any Salad Ingredients.
Acquisition
Related items
Developer reference
- Registry name
farmersdelight:vegetable_soup- Namespace
farmersdelight- Mod ID
farmersdelight- Tags (2)
c:items/foods farmersdelight:items/meals
Recipe JSON (1):
{
"recipe_type": "farmersdelight:cooking",
"pattern": null,
"ingredients": [
{
"item": "minecraft:carrot"
},
{
"item": "minecraft:potato"
},
{
"item": "minecraft:beetroot"
},
{
"tag": "c:salad_ingredients"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": 1,
"cooking_time": 200
}