Crafting using Any Redstone Dust, Small Connector, Electron Tube, Small Connector, Any Stone, Any Stone and Any Stone, arranged in the pattern shown. Produces Redstone Relay.
Redstone Relay
Create Crafts & Additions · by MRH0
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Redstone Relay | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
createaddition:redstone_relay- Namespace
createaddition- Mod ID
createaddition- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" R ",
"CEC",
"SSS"
],
"ingredients": {
"C": {
"item": "createaddition:connector"
},
"E": {
"item": "create:electron_tube"
},
"R": {
"tag": "forge:dusts/redstone"
},
"S": {
"tag": "forge:stone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
