block· Machines & Other Blocks

Oak Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawers

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

Acquisition

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

Crafting
Oak Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Oak Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

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