Crafting using Any Gold Nugget, Any Gold Ingot, Any Gold Ingot and Upgrade Template, arranged in the pattern shown. Produces Drawer Key.
Drawer Key
Function
Locks and unlocks drawers Hold in off-hand to lock newly-placed drawers
Acquisition
Used in (6)
Crafting using Drawer Key and Eye of Ender, in any arrangement. Produces Concealment Key.
Crafting using Drawer Key and Lever, in any arrangement. Produces Pause Key.
Crafting using Drawer Key and Name Tag, in any arrangement. Produces Personal Key.
Crafting using Drawer Key and Compass, in any arrangement. Produces Priority Key.
Crafting using Drawer Key and Stone Button, in any arrangement. Produces Drawer Key Button.
Related items
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
}