block· Machines & Other Blocks

Warped Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawersNon Flammable WoodNon Flammable Wood

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

Acquisition

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

Crafting
Warped Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Warped Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
another_furniture:warped_drawer
Namespace
another_furniture
Mod ID
another_furniture
Tags (4)
another_furniture:blocks/drawers
another_furniture:items/drawers
minecraft:blocks/non_flammable_wood
minecraft:items/non_flammable_wood

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "S/S",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:warped_planks"
    },
    "/": {
      "item": "minecraft:stick"
    },
    "S": {
      "item": "minecraft:warped_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "drawers",
  "experience": null,
  "cooking_time": null
}