block· Machines & Other Blocks

Endstone Stove

Ender's Delight · by Axedgaming
block Heat SourcesPickaxe Mineable

Endstone Stove is a block from Ender's Delight, crafted from Obsidian, End Stone Bricks, Dragon's Breath, and Campfire.

Acquisition

Crafting using Obsidian, Obsidian, Obsidian, End Stone Bricks, Dragon's Breath, End Stone Bricks, End Stone Bricks, Campfire and End Stone Bricks, arranged in the pattern shown. Produces Endstone Stove.

Crafting
Endstone Stove guaranteed

Mining & drops

sourcecountdrop rateconditions
Endstone Stove1–1100%Survives Explosion

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

Drops itself when broken.

Developer reference
Registry name
endersdelight:endstone_stove
Namespace
endersdelight
Mod ID
endersdelight
Tags (2)
farmersdelight:blocks/heat_sources
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ooo",
    "ede",
    "ese"
  ],
  "ingredients": {
    "d": {
      "item": "minecraft:dragon_breath"
    },
    "e": {
      "item": "minecraft:end_stone_bricks"
    },
    "o": {
      "item": "minecraft:obsidian"
    },
    "s": {
      "item": "minecraft:campfire"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}