block· Machines & Other Blocks

Bamboo Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawers

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

Acquisition

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

Crafting
Bamboo Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Bamboo Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
another_furniture:bamboo_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:bamboo_planks"
    },
    "/": {
      "item": "minecraft:stick"
    },
    "S": {
      "item": "minecraft:bamboo_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "drawers",
  "experience": null,
  "cooking_time": null
}