Crafting using Any Iron Plate, Cobblestone, Any Redstone Dust, Cobblestone, Cobblestone, Cobblestone and Cobblestone, arranged in the pattern shown. Produces 2× Redstone Contact.
Redstone Contact
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Elevator Contact | 1–1 | 100% | Survives Explosion |
| Redstone Contact | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}
