Drawer Puller
storagedrawers:drawer_puller

Drawer Puller

item Keyring Compatible

Function

Remove a drawer from its block Detached drawer will keep its contents

Acquisition

Crafting using Any Iron Ingot, Any Iron Ingot and Upgrade Template, arranged in the pattern shown. Produces Drawer Puller.

Crafting
Any Iron Ingot
Any Iron Ingot
Upgrade Template
Drawer Puller Drawer Puller guaranteed
Developer reference
Registry name
storagedrawers:drawer_puller
Namespace
storagedrawers
Mod ID
storagedrawers
Tags (1)
storagedrawers:items/keyring_compatible

Recipe JSON (1):

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