Stone Brazier
16×16 · BAKED

block· Machines & Other Blocks

Stone Brazier

Goety · by Polarice3
block BrazierBrazierPickaxe Mineable

Stone Brazier is a block from Goety, crafted from Iron Bars, Coal, Stone Brick Slab, and Magma Block.

Acquisition

Crafting using Iron Bars, Coal, Iron Bars, Stone Brick Slab, Magma Block and Stone Brick Slab, arranged in the pattern shown. Produces Stone Brazier.

Crafting
Stone Brazier Stone Brazier guaranteed

Mining & drops

sourcecountdrop rateconditions
Stone Brazier1–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
goety:stone_brazier
Namespace
goety
Mod ID
goety
Tags (3)
goety:blocks/brazier
goety:items/brazier
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "bcb",
    "sms"
  ],
  "ingredients": {
    "b": {
      "item": "minecraft:iron_bars"
    },
    "c": {
      "tag": "minecraft:coals"
    },
    "m": {
      "item": "minecraft:magma_block"
    },
    "s": {
      "item": "minecraft:stone_brick_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}