Drawer Key
storagedrawers:drawer_key

Drawer Key

item Gold Keys

Function

Locks and unlocks drawers Hold in off-hand to lock newly-placed drawers

Acquisition

Crafting using Any Gold Nugget, Any Gold Ingot, Any Gold Ingot and Upgrade Template, arranged in the pattern shown. Produces Drawer Key.

Crafting
Any Gold Nugget
Any Gold Ingot
Any Gold Ingot
Upgrade Template
Drawer Key Drawer Key guaranteed

Used in (6)

Crafting using Drawer Key and Eye of Ender, in any arrangement. Produces Concealment Key.

Crafting ⇆ any arrangement
Drawer Key
Eye of Ender
Concealment Key Concealment Key guaranteed

Crafting using Drawer Key and Lever, in any arrangement. Produces Pause Key.

Crafting ⇆ any arrangement
Drawer Key
Lever
Pause Key Pause Key guaranteed

Crafting using Drawer Key and Name Tag, in any arrangement. Produces Personal Key.

Crafting ⇆ any arrangement
Drawer Key
Name Tag
Personal Key Personal Key guaranteed

Crafting using Drawer Key and Compass, in any arrangement. Produces Priority Key.

Crafting ⇆ any arrangement
Drawer Key
Compass
Priority Key Priority Key guaranteed

Crafting using Drawer Key and Stone Button, in any arrangement. Produces Drawer Key Button.

Crafting ⇆ any arrangement
Drawer Key
Stone Button
Drawer Key Button Drawer Key Button guaranteed
view all 6 →
Developer reference
Registry name
storagedrawers:drawer_key
Namespace
storagedrawers
Mod ID
storagedrawers
Tags (1)
storagedrawers:items/gold_keys

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "-#",
    " #",
    " X"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/gold"
    },
    "-": {
      "tag": "forge:nuggets/gold"
    },
    "X": {
      "item": "storagedrawers:upgrade_template"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}