Seven Segment Indicator

Seven Segment Indicator
0
Stackable
Yes(64)
Yes(5) when powered

Overview

The Seven Segment Indicator is an Indicator block that displays characters corresponding to Redstone signal levels in a classic seven-segment display style. The characters for Redstone signal levels from 0 to 15 are:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, b, C, d, E, F

Configuration

The inputs (Pin Mark A) can be configured to face any side by right-clicking. When multiple inputs are connected, the Indicator displays the greatest Redstone signal from its inputs.

Crafting

Version Log

VersionDescription
0.0.0Introduced.
0.1.0Increased the amount of pin configurations up to 15.
0.1.1Changed registry name from seven_segment_indicator to floor_seven_segment_indicator. Replaced bottom texture from being that on the top to Smooth Stone Block.
0.2.0Changed registry name from floor_seven_segment_indicator to seven_segment_indicator. Can be placed on walls and ceiling. Updates the block on the output when output changes instead of updating all neighbours. Orientation data and reading data now is stored on Block Entity. Block is drawn by Block Entity Renderer. Lost `rotate` and `mirror` block methods..
0.2.1Reimplemented `mirror` block method.