Drawer Controller
storagedrawers:controller

Drawer Controller

block Pickaxe Mineable

Acquisition

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.

Crafting
Drawer Controller Drawer Controller guaranteed

Mining & drops

sourcecountchanceconditions
Drawer Controller1–1100%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
}