Analog Source

Analog Source
0
Stackable
Yes(64)

Overview

The Analog Source outputs a configurable Redstone signal at its output pins. The signal value and output configuration can be adjusted through both direct interaction and the GUI Menu, which opens by right-clicking the block.

The output signal can be increased by right-clicking the knob and decreased by crouching and right-clicking the knob.

Right-clicking any other part of the block opens the GUI Menu, while crouching and right-clicking any other part changes the output pin layout.

The output signal setting and its range can be copied by right-clicking Analog Source block with Analog Source item.

Crafting

GUI

In the GUI Menu:

The output pins are marked with Pin Mark A.

GUI Menu

Adventure Mode

While in adventure mode, /redstonecg_adventure controls:

Text

A text can be written on the block with Formatting Notation by changing the item name with an Anvil.

The text will always appear on the bases top surface above the knob unless the text is formatted as multiline with \p.

In that case, first and last lines will always be above and below the knob and the rest will be on the knobs top surface.

Text will be scaled to fit said regions.

Text distribution

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.
0.3.1Added physical knob and removed output signal configuration by right-clicking Analog Source with Analog Source item.
0.3.2Output signal configuration can be limited in the GUI and the configuration can be copied with Analog Source item.
0.3.3A text can be written on the block and replaced "Change" button with dedicated pin configuration buttons.