block· Machines & Other Blocks

Dark Oak Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawers

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

Acquisition

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

Crafting
Dark Oak Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Dark Oak Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

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