Tomato Sauce
farmersdelight:tomato_sauce

Tomato Sauce

Farmer's Delight · by vectorwing
item Upright On Belt

Acquisition

Mixing using Tomato, Tomato and Bowl. Produces Tomato Sauce.

Mixing conditional
Tomato Sauce Tomato Sauce guaranteed

Cooking using Tomato and Tomato (100 ticks, 0.35 xp). Produces Tomato Sauce.

Cooking

100 ticks· 0.35 xp

Tomato Sauce Tomato Sauce guaranteed

Used in (3)

Cooking using Any Raw Fishes, Tomato Sauce and Onion (200 ticks, 1 xp). Produces Fish Stew.

Cooking
Fish Stew Fish Stew guaranteed

Cooking using Any Raw Mutton, Any Pasta and Tomato Sauce (200 ticks, 1 xp). Produces Pasta with Mutton Chop.

Cooking
Any Raw Mutton Any Raw MuttonAny Pasta Any Pasta·members not yet documentedTomato Sauce Tomato Sauce

200 ticks· 1 xp

Pasta with Mutton Chop Pasta with Mutton Chop guaranteed

Cooking using Minced Beef, Any Pasta and Tomato Sauce (200 ticks, 1 xp). Produces Pasta with Meatballs.

Cooking
Minced Beef Minced BeefAny Pasta Any Pasta·members not yet documentedTomato Sauce Tomato Sauce

200 ticks· 1 xp

Pasta with Meatballs Pasta with Meatballs guaranteed
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
}