block· Machines & Other Blocks

Cherry Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawers

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

Acquisition

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

Crafting
Cherry Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Cherry Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

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