Crafting using Any Iron Ingot, Any Iron Ingot and Upgrade Template, arranged in the pattern shown. Produces Drawer Puller.
Drawer Puller
Function
Remove a drawer from its block Detached drawer will keep its contents
Acquisition
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
}