block· Machines & Other Blocks

Stove

[Let's Do] Farm & Charm · by satisfy, jason13
block Allows CookingFan HeatersPassive Boiler HeatersAllows CookingAllows CookingPickaxe Mineable

Stove is a block from [Let's Do] Farm & Charm, crafted from Iron Ingot, Bricks, and Campfire.

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Bricks, Bricks, Bricks, Bricks, Campfire and Bricks, 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
farm_and_charm:stove
Namespace
farm_and_charm
Mod ID
farm_and_charm
Tags (6)
c:blocks/allows_cooking
create:blocks/fan_heaters
create:blocks/passive_boiler_heaters
farm_and_charm:blocks/allows_cooking
forge:blocks/allows_cooking
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "###",
    "#B#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:bricks"
    },
    "B": {
      "item": "minecraft:campfire"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}