Redstone Contact
create:redstone_contact

Redstone Contact

Create · by simibubi
block Contraption ControlledAxe MineablePickaxe Mineable

Acquisition

Crafting using Any Iron Plate, Cobblestone, Any Redstone Dust, Cobblestone, Cobblestone, Cobblestone and Cobblestone, arranged in the pattern shown. Produces 2× Redstone Contact.

Crafting
Redstone Contact Redstone Contact ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Elevator Contact1–1100%Survives Explosion
Redstone Contact1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:redstone_contact
Namespace
create
Mod ID
create
Tags (3)
create:items/contraption_controlled
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " S ",
    "CWC",
    "CCC"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:cobblestone"
    },
    "S": {
      "tag": "forge:plates/iron"
    },
    "W": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}