block· Machines & Other Blocks

Jungle Drawer

Wood Type:
Another Furniture · by Starfish Studios
block DrawersDrawers

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

Acquisition

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

Crafting
Jungle Drawer guaranteed

Mining & drops

sourcecountchanceconditions
Jungle Drawer1–1100%Survives Explosion

Block drops

Drops itself when broken.

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