block· Machines & Other Blocks

Stove

Kaleidoscope Cookery · by ysbbbbbb, tartaric_acid, Azumic
block Heat SourcesCookery Mod ItemsPickaxe Mineable

Stove is a block from Kaleidoscope Cookery, crafted from Cobbled Ether Stone and Campfire.

Acquisition

Crafting using Cobbled Ether Stone, Cobbled Ether Stone, Cobbled Ether Stone, Cobbled Ether Stone, Campfire, Cobbled Ether Stone, Cobbled Ether Stone, Cobbled Ether Stone and Cobbled Ether Stone, arranged in the pattern shown. Produces Stove.

Crafting
Stove guaranteed

Crafting using Cobbled Ether Stone, Cobbled Ether Stone, Cobbled Ether Stone, Cobbled Ether Stone, Soul Campfire, Cobbled Ether Stone, Cobbled Ether Stone, Cobbled Ether Stone and Cobbled Ether Stone, 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
kaleidoscope_cookery:stove
Namespace
kaleidoscope_cookery
Mod ID
kaleidoscope_cookery
Tags (3)
farmersdelight:blocks/heat_sources
kaleidoscope_cookery:items/cookery_mod_items
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#F#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:cobblestone"
    },
    "F": {
      "item": "minecraft:campfire"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#F#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:cobblestone"
    },
    "F": {
      "item": "minecraft:soul_campfire"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}