Basket of Bread
16×16 · BAKED

block· Machines & Other Blocks

Basket of Bread

[Let's Do] Bakery · by Satisfy
block

Basket of Bread is a block from [Let's Do] Bakery, crafted from Any Bread, Baguette, Bun, Braided Bread, and Tray.

Acquisition

Crafting using Any Bread, Baguette, Bun, Braided Bread and Tray, arranged in the pattern shown. Produces Basket of Bread.

Crafting
Any Bread
Baguette
Bun
Braided Bread
Tray
Basket of Bread Basket of Bread guaranteed

Block drops

dropscountdrop rateconditions
Tray1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds also depend on structure generation and loot pool weights.

Developer reference
Registry name
bakery:bread_crate
Namespace
bakery
Mod ID
bakery

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " U ",
    "_BV",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "bakery:tray"
    },
    "B": {
      "item": "bakery:bun"
    },
    "U": {
      "tag": "bakery:bread"
    },
    "V": {
      "item": "bakery:braided_bread"
    },
    "_": {
      "item": "bakery:baguette"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}