block· Machines & Other Blocks

Drawer

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

Drawer is a block from [Let's Do] Bakery, crafted from Barrel and Any Planks.

Acquisition

Crafting using Barrel, Any Planks, Barrel and Any Planks, arranged in the pattern shown. Produces 2× Drawer.

Crafting
  • Inputs
  • 2 × Barrel
  • 2 × Any Planks
  • Output
  • Drawer ×2
Drawer ×2 guaranteed

Mining & drops

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "BL",
    "BL"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:barrel"
    },
    "L": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "cabinet",
  "experience": null,
  "cooking_time": null
}