Crafting using HV Wire Connector, Redstone Repeater, HV Wire Connector, Any Iron Plate, Electronic Component and Any Iron Plate, arranged in the pattern shown. Produces Redstone Breaker.
Redstone Breaker
Immersive Engineering · by BluSunrize and Damien A.W. Hazard
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Redstone Breaker | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
immersiveengineering:redstone_breaker- Namespace
immersiveengineering- Mod ID
immersiveengineering- Tags (3)
immersiveengineering:blocks/mineable/hammer immersiveengineering:items/toolbox/wiring minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"hrh",
"ici"
],
"ingredients": {
"c": {
"item": "immersiveengineering:component_electronic"
},
"h": {
"item": "immersiveengineering:connector_hv"
},
"i": {
"tag": "forge:plates/iron"
},
"r": {
"item": "minecraft:repeater"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}