Mixing using Tomato, Tomato and Bowl. Produces Tomato Sauce.
Tomato Sauce
Farmer's Delight · by vectorwing
Acquisition
Used in (3)
Cooking using Any Raw Fishes, Tomato Sauce and Onion (200 ticks, 1 xp). Produces Fish Stew.
200 ticks· 1 xp
Cooking using Any Raw Mutton, Any Pasta and Tomato Sauce (200 ticks, 1 xp). Produces Pasta with Mutton Chop.
200 ticks· 1 xp
Cooking using Minced Beef, Any Pasta and Tomato Sauce (200 ticks, 1 xp). Produces Pasta with Meatballs.
200 ticks· 1 xp
Related items
Developer reference
- Registry name
farmersdelight:tomato_sauce- Namespace
farmersdelight- Mod ID
farmersdelight- Tags (1)
create:items/upright_on_belt
Recipe JSON (2):
{
"recipe_type": "create:mixing",
"pattern": null,
"ingredients": [
{
"tag": "forge:crops/tomato"
},
{
"tag": "forge:crops/tomato"
},
{
"item": "minecraft:bowl"
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "create"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "farmersdelight:cooking",
"pattern": null,
"ingredients": [
{
"tag": "forge:crops/tomato"
},
{
"tag": "forge:crops/tomato"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": 0.35,
"cooking_time": 100
}