Chilidog
16×16 · BAKED

item· Other

Chilidog

My Nether's Delight · by SoyTutta
item

Chilidog is an item from My Nether's Delight, crafted from Blaze Powder, Any of Minced Strider / Minced Beef, and Nether Wart.

Acquisition

Crafting using Blazing Chili, Hotdog and Hotdog, in any arrangement. Produces 2× Chilidog.

Crafting ⇆ any arrangement
Blazing Chili
Hotdog
Hotdog
  • Inputs
  • Blazing Chili
  • 2 × Hotdog
  • Output
  • Chilidog ×2
Chilidog Chilidog ×2 guaranteed
Developer reference
Registry name
mynethersdelight:chilidog
Namespace
mynethersdelight
Mod ID
mynethersdelight

Recipe JSON (2):

{
  "recipe_type": "farmersdelight:cooking",
  "pattern": null,
  "ingredients": [
    {
      "tag": "mynethersdelight:hot_spice"
    },
    {
      "anyOf": [
        {
          "item": "mynethersdelight:minced_strider"
        },
        {
          "item": "farmersdelight:minced_beef"
        }
      ]
    },
    {
      "item": "minecraft:nether_wart"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "farmersrespite:blazing_chili"
    },
    {
      "item": "mynethersdelight:hotdog"
    },
    {
      "item": "mynethersdelight:hotdog"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}