Overview
The Parallel Line Output is a block that reads the Parallel Gate Line Signal and outputs it as a redstone signal. The Parallel Gate Line Signal is a Redstone Signal that is applied at either end of a Parallel Gate Line.

Pin Mark
Pin Mark A shows where the Parallel Gate Line Signal will be output as a Redstone Signal.
Crafting
Ingredients | RedCu Crafter Recipe |
1 Smooth Stone Slab | |
1 Redstone Dust |
Version Log
Version | Description |
0.1.0 | Introduced. Block waits for Parallel Line Signal to change and updates neighbours when output changes. Stores output data as NBT on Block Entity. |
0.1.1 | Changed registry name from paralel_line_output to floor_parallel_line_output . |
0.2.0 | Changed registry name from floor_parallel_line_output to parallel_line_output . Can be placed on walls and ceiling. Updates the block on the connection side when output changes instead of updating all neighbours. Output data is stored directly on Block Entity. Lost `rotate` and `mirror` block methods.. |
0.2.1 | Reimplemented `rotate` block method. |