Crafting using Stone, Stone, Stone, Redstone Comparator, Any Drawers, Redstone Comparator, Stone, Any Diamond Gem and Stone, arranged in the pattern shown. Produces Drawer Controller.
Drawer Controller
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Drawer Controller | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
storagedrawers:controller- Namespace
storagedrawers- Mod ID
storagedrawers- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"CXC",
"#D#"
],
"ingredients": {
"#": {
"item": "minecraft:stone"
},
"C": {
"item": "minecraft:comparator"
},
"D": {
"tag": "forge:gems/diamond"
},
"X": {
"tag": "storagedrawers:drawers"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
