Redstone Wire
It transports a redstone charge as-is over a hanging redstone wire. Nothing more nothing less
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Redstone Wire

Transports a simple redstone charge as-is through a hanging redstone wire
1. Redstone levels are preserved (8 in -> 8 out)' 2. Redstone levels can be pushed up by adding a higher level to the network (8 in, 16 in -> 16 out)
Usage
Connect input/output/connector blocks with redstone dust to create a wired connection.
> ``` > Redstone Charge -> Input Block -> Redstone -> Connector -> Redstone -> Output Block -> Redstone Charge > ```
Maintainability
The idea is to keep things simple to keep this mod maximum maintainable / upgradable.
---
