block· Machines & Other Blocks

Stove

[Let's Do] HerbalBrews · by satisfy
block Allows CookingHeat SourcesAllows CookingAllows CookingHoe MineablePickaxe Mineable

Stove is a block from [Let's Do] HerbalBrews, crafted from Iron Nugget, Cobbled Deepslate, and Campfire.

Acquisition

Crafting using Iron Nugget, Iron Nugget, Iron Nugget, Cobbled Deepslate, Cobbled Deepslate, Cobbled Deepslate, Cobbled Deepslate, Campfire and Cobbled Deepslate, arranged in the pattern shown. Produces Stove.

Crafting
Stove guaranteed

Mining & drops

sourcecountdrop rateconditions
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
herbalbrews:stove
Namespace
herbalbrews
Mod ID
herbalbrews
Tags (6)
c:blocks/allows_cooking
farmersdelight:blocks/heat_sources
forge:blocks/allows_cooking
herbalbrews:blocks/allows_cooking
minecraft:blocks/mineable/hoe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "BBB",
    "XXX",
    "X#X"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:campfire"
    },
    "B": {
      "item": "minecraft:iron_nugget"
    },
    "X": {
      "tag": "minecraft:stone_tool_materials"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}