Clam Chowder
16×16 · BAKED

item· Other

Clam Chowder

Spawn · by Ninni
item Meals

Clam Chowder is an item from Spawn, crafted from Bowl, Cooked Clam, Potato, and Milk Bottle.

Acquisition

Crafting using Bowl, Cooked Clam, Potato, Potato and Milk Bottle, in any arrangement. Produces Clam Chowder.

Crafting ⇆ any arrangement conditional
Bowl
Cooked Clam
Potato
Potato
Milk Bottle
Clam Chowder Clam Chowder guaranteed

Cooking using Cooked Clam, Potato and Milk Bottle (200 ticks, 1 xp). Produces Clam Chowder.

Cooking conditional
Clam Chowder Clam Chowder guaranteed

Crafting using Bowl, Cooked Clam, Potato and Carrot, in any arrangement. Produces Clam Chowder.

Crafting ⇆ any arrangement conditional
Bowl
Cooked Clam
Potato
Carrot
Clam Chowder Clam Chowder guaranteed
Developer reference
Registry name
spawn:clam_chowder
Namespace
spawn
Mod ID
spawn
Tags (1)
farmersdelight:items/meals

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:bowl"
    },
    {
      "item": "spawn:cooked_clam"
    },
    {
      "item": "minecraft:potato"
    },
    {
      "item": "minecraft:potato"
    },
    {
      "item": "farmersdelight:milk_bottle"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "farmersdelight"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "farmersdelight:cooking",
  "pattern": null,
  "ingredients": [
    {
      "item": "spawn:cooked_clam"
    },
    {
      "item": "minecraft:potato"
    },
    {
      "item": "farmersdelight:milk_bottle"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "farmersdelight"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:bowl"
    },
    {
      "item": "spawn:cooked_clam"
    },
    {
      "item": "minecraft:potato"
    },
    {
      "item": "minecraft:carrot"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "type": "forge:mod_loaded",
          "modid": "farmersdelight"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}