block· Machines & Other Blocks

Birch Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawers

Birch Drawer is a block from Another Furniture, crafted from Birch Planks, Birch Slab, and Stick.

Acquisition

Crafting using Birch Planks, Birch Planks, Birch Planks, Birch Slab, Stick, Birch Slab, Birch Planks, Birch Planks and Birch Planks, arranged in the pattern shown. Produces Birch Drawer.

Crafting
Birch Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Birch Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
another_furniture:birch_drawer
Namespace
another_furniture
Mod ID
another_furniture
Tags (2)
another_furniture:blocks/drawers
another_furniture:items/drawers

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "S/S",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:birch_planks"
    },
    "/": {
      "item": "minecraft:stick"
    },
    "S": {
      "item": "minecraft:birch_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "drawers",
  "experience": null,
  "cooking_time": null
}