Marble Brazier
16×16 · BAKED

block· Machines & Other Blocks

Marble Brazier

Goety · by Polarice3
block BrazierMarble BlocksBrazierMarble Blocks

Marble Brazier is a block from Goety, crafted from Any Gold Ingot, Coal, Marble Slab, and Magma Block.

Acquisition

Crafting using Any Gold Ingot, Coal, Any Gold Ingot, Marble Slab, Magma Block and Marble Slab, arranged in the pattern shown. Produces Marble Brazier.

Crafting
Marble Brazier Marble Brazier guaranteed

Mining & drops

sourcecountdrop rateconditions
Marble 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:marble_brazier
Namespace
goety
Mod ID
goety
Tags (4)
goety:blocks/brazier
goety:blocks/marble_blocks
goety:items/brazier
goety:items/marble_blocks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "bcb",
    "sms"
  ],
  "ingredients": {
    "b": {
      "tag": "forge:ingots/gold"
    },
    "c": {
      "tag": "minecraft:coals"
    },
    "m": {
      "item": "minecraft:magma_block"
    },
    "s": {
      "tag": "goety:marble_slabs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}