Dragon Meat Stew
16×16 · BAKED

block· Machines & Other Blocks

Dragon Meat Stew

End's Delight · by FoggyHillside
block

Dragon Meat Stew is a block from End's Delight, crafted from Raw Dragon Meat Cuts, Any of Chorus Fruit / Chorus Fruit Grain, Chorus Succulent, Carrot, Potato, and Tomato.

Acquisition

Mining & drops

sourcecountdrop rateconditions
Dragon Meat Stew1–1100%Block State Property

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

dropscountdrop rateconditions
Dragon Egg Shell1–1100%Inverted
Dragon Meat Stew1–1100%Block State Property

Drop rates are per-roll probabilities, not absolute find rates — actual odds also depend on structure generation and loot pool weights.

Developer reference
Registry name
ends_delight:dragon_meat_stew_block
Namespace
ends_delight
Mod ID
ends_delight

Recipe JSON (1):

{
  "recipe_type": "farmersdelight:cooking",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:raw_dragon_meat"
    },
    {
      "anyOf": [
        {
          "item": "minecraft:chorus_fruit"
        },
        {
          "item": "ends_delight:chorus_fruit_grain"
        }
      ]
    },
    {
      "item": "ends_delight:chorus_succulent"
    },
    {
      "item": "minecraft:carrot"
    },
    {
      "item": "minecraft:potato"
    },
    {
      "tag": "forge:crops/tomato"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 2,
  "cooking_time": 200
}