block· Machines & Other Blocks

Mangrove Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawers

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

Acquisition

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

Crafting
Mangrove Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Mangrove Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

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