Bread Box
16×16 · BAKED

block· Machines & Other Blocks

Bread Box

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

Bread Box is a block from [Let's Do] Bakery, crafted from Stick and Bamboo Slab.

Acquisition

Crafting using Stick, Stick, Stick, Stick, Stick, Bamboo Slab, Bamboo Slab and Bamboo Slab, arranged in the pattern shown. Produces Bread Box.

Crafting
Stick
Stick
Stick
Stick
Stick
Bamboo Slab
Bamboo Slab
Bamboo Slab
Bread Box Bread Box guaranteed

Mining & drops

sourcecountdrop rateconditions
Bread Box1–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:breadbox
Namespace
bakery
Mod ID
bakery
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "BBB",
    "B B",
    "LLL"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:stick"
    },
    "L": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}