block· Machines & Other Blocks

Spruce Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawers

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

Acquisition

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

Crafting
Spruce Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Spruce Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

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