block· Machines & Other Blocks

Caking Station

[Let's Do] Bakery · by Satisfy
block Pickaxe Mineable

Caking Station is a block from [Let's Do] Bakery, crafted from Bamboo Slab, Bricks, and Sugar.

Acquisition

Crafting using Bamboo Slab, Bamboo Slab, Bamboo Slab, Bricks, Sugar, Bricks, Bricks, Bricks and Bricks, arranged in the pattern shown. Produces Caking Station.

Crafting
Caking Station guaranteed

Mining & drops

sourcecountdrop rateconditions
Caking Station1–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
bakery:baker_station
Namespace
bakery
Mod ID
bakery
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "BAB",
    "BBB"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:sugar"
    },
    "B": {
      "item": "minecraft:bricks"
    },
    "I": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}