Overview
The Clock Filling Indicator is a unique Indicator block that visually represents the Redstone signal level as if a Redstone Dust Wire were propagating clockwise in a circle. As the Redstone signal level increases, the activated Redstone Dust color propagates further clockwise, with brightness at the origin (the front of the block) increasing.
Note that at low Redstone signal levels, the indicator might appear off and must be examined carefully.
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
Ingredients | RedCu Crafter Recipe |
1 Smooth Stone Plate | |
1 Redstone Dust |
Version Log
Version | Description |
0.0.0 | Introduced. |
0.1.0 | Increased the amount of pin configurations up to 15. |
0.1.1 | Changed registry name from clock_filling_indicator to floor_clock_filling_indicator . Replaced bottom texture from being that on the top to Smooth Stone Block. |
0.2.0 | Changed registry name from floor_clock_filling_indicator to clock_filling_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.1 | Reimplemented `mirror` block method. |