storagedrawers:controller_slave

Controller Slave

item Pickaxe Mineable

Acquisition

Crafting using Stone, Stone, Stone, Redstone Comparator, Any Drawers, Redstone Comparator, Stone, Any Gold Ingot and Stone, arranged in the pattern shown. Produces Controller Slave.

Crafting
Controller Slave guaranteed

Mining & drops

sourcecountchanceconditions
Controller Slave1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
storagedrawers:controller_slave
Namespace
storagedrawers
Mod ID
storagedrawers
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "CXC",
    "#G#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stone"
    },
    "C": {
      "item": "minecraft:comparator"
    },
    "G": {
      "tag": "forge:ingots/gold"
    },
    "X": {
      "tag": "storagedrawers:drawers"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}