Parallel Line Output

Parallel Line Output
Stackable
Yes(64)

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.

Parallel Line Output Example

Pin Mark

Pin Mark A shows where the Parallel Gate Line Signal will be output as a Redstone Signal.

Crafting

Version Log

VersionDescription
0.1.0Introduced. Block waits for Parallel Line Signal to change and updates neighbours when output changes. Stores output data as NBT on Block Entity.
0.1.1Changed registry name from paralel_line_output to floor_parallel_line_output.
0.2.0Changed 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.1Reimplemented `rotate` block method.