Threshold Switch
create:stockpile_switch

Threshold Switch

Create · by simibubi
block Axe MineablePickaxe Mineable

Acquisition

Crafting using Electron Tube, Brass Casing and Redstone Comparator, arranged in the pattern shown. Produces Threshold Switch.

Crafting
Threshold Switch Threshold Switch guaranteed

Mining & drops

sourcecountchanceconditions
Threshold Switch1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:stockpile_switch
Namespace
create
Mod ID
create
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "R",
    "B",
    "I"
  ],
  "ingredients": {
    "B": {
      "item": "create:brass_casing"
    },
    "I": {
      "item": "minecraft:comparator"
    },
    "R": {
      "item": "create:electron_tube"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}