Spicy Hoglin Stew
16×16 · BAKED

item· Other

Spicy Hoglin Stew

My Nether's Delight · by SoyTutta
item

Spicy Hoglin Stew is an item from My Nether's Delight, crafted from Any of Hoglin Loin / Hoglin Sausage / Roasted Sausage / Cooked Loin, Potato, Carrot, and Bullet Pepper.

Acquisition

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

Recipe JSON (1):

{
  "recipe_type": "farmersdelight:cooking",
  "pattern": null,
  "ingredients": [
    {
      "anyOf": [
        {
          "item": "mynethersdelight:hoglin_loin"
        },
        {
          "item": "mynethersdelight:hoglin_sausage"
        },
        {
          "item": "mynethersdelight:roasted_sausage"
        },
        {
          "item": "mynethersdelight:cooked_loin"
        }
      ]
    },
    {
      "tag": "forge:crops/potato"
    },
    {
      "tag": "forge:crops/carrot"
    },
    {
      "item": "mynethersdelight:bullet_pepper"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 200
}