Strider Stew
16×16 · BAKED

item· Other

Strider Stew

My Nether's Delight · by SoyTutta
item

Strider Stew is an item from My Nether's Delight, crafted from Any Raw Strider, Any of Warped Fungus / Crimson Fungus, Any of Warped Fungus / Crimson Fungus / Red Mushroom / Brown Mushroom, and Any of Warped Roots / Crimson Roots / Straw.

Acquisition

Developer reference
Registry name
mynethersdelight:strider_stew
Namespace
mynethersdelight
Mod ID
mynethersdelight

Recipe JSON (1):

{
  "recipe_type": "farmersdelight:cooking",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:raw_strider"
    },
    {
      "anyOf": [
        {
          "item": "minecraft:warped_fungus"
        },
        {
          "item": "minecraft:crimson_fungus"
        }
      ]
    },
    {
      "anyOf": [
        {
          "item": "minecraft:warped_fungus"
        },
        {
          "item": "minecraft:crimson_fungus"
        },
        {
          "item": "minecraft:red_mushroom"
        },
        {
          "item": "minecraft:brown_mushroom"
        }
      ]
    },
    {
      "anyOf": [
        {
          "item": "minecraft:warped_roots"
        },
        {
          "item": "minecraft:crimson_roots"
        },
        {
          "item": "farmersdelight:straw"
        }
      ]
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 400
}