Analog Source

Analog Source
Stackable
Yes(64)

Overview

The Analog Source outputs a configurable Redstone signal at its output pins. Both the Redstone signal value and the output configuration can be set via its GUI Menu, which opens by right-clicking the block.

Crafting

The Analog Source Interface

In the GUI Menu:

The output pins are marked with Pin Mark A.

GUI Menu

Adventure Mode

While in adventure mode, /redstonecg_adventure controls:

Version Log

VersionDescription
0.0.0Introduced. Updates neighbours when output changes. Uses NBT to store output data.
0.1.0Increased the amount of pin configurations up to 15.
0.1.1Changed registry name from analog_source to floor_analog_source. Replaced bottom texture from being that on the top to Smooth Stone Block.
0.2.0Changed registry name from floor_analog_source to normal_analog_source. Can be placed on walls and ceiling. Updates the block on the output when output changes instead of updating all neighbours. Output data is stored directly on Block Entity. Lost `rotate` and `mirror` block methods..
0.2.1Redesigned GUI. Reimplemented `rotate` block method. /redstonecg_adventure affects GUI.