block· Machines & Other Blocks

Acacia Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawers

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

Acquisition

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

Crafting
Acacia Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Acacia Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

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