Hanging RedCu Wire Connector

Hanging RedCu Wire Connector
Stackable
Yes(64)

Overview

The Hanging RedCu Wire Connector is a special RedCu component designed to connect two distant redstone-compatible components using a suspended RedCu Wire. It allows signal transmission through air without requiring intermediate support blocks.

Unlike most RedstoneCG blocks such as gates, wires, and indicators, the Hanging RedCu Wire Connector can float in mid-air. It also provides a solid mounting surface at its base, enabling decorative or structural redstone builds where components must hang from ceilings or remain suspended.

Hanging RedCu Wire Connector example

Crafting

Functionality

To connect two components using Hanging RedCu Wire Connectors:

  1. Place a Hanging RedCu Wire Connector block so it connects to a redstone-compatible component.
  2. Right-click the placed block using a Hanging RedCu Wire Connector item. The item will store the position of the clicked block.

When the position is stored:

After storing a position, place another Hanging RedCu Wire Connector block using the same item at the desired location.

The maximum connection length can be modified using command:

/redstonecg_gameplay maxHangingRedCuWireLength <value>

The distance between the two connectors is calculated as the real spatial distance between them and then rounded down using a mathematical floor operation. So if the actual distance is 13.56, the used distance is 13.

Signal propagation through the Hanging RedCu Wire behaves identically to a standard RedCu Wire.

Connection

Unlike most gates, the Hanging RedCu Wire Connector uses a RedCu Pin Mark. This indicates that the block behaves as a RedCu Wire connection rather than a standard redstone block.

Right-clicking the block with any item or an empty hand except Hanging RedCu Wire Connector item will cycle through available pin configurations.

Every 16th click toggles the base connection state, shown by the RecCu Pinmarks in the corners. When enabled, the block can both read and output signal from its base.

Moving

Moving a Hanging RedCu Wire Connector is highly discouraged. The block stores the world position of the connector it is linked to. If one of the connected blocks is moved, that stored position becomes invalid and visual glitches may occur.

Despite this, the system contains a recovery mechanism that attempts to restore the connection when possible.

Consider a setup where two connectors, A and B, are connected. Connector A remains stationary while connector B is moved.

This recovery process only works reliably when one connector is moved at a time. If both connectors are moved before either receives an update, the connection is permanently lost and must be recreated manually.

Version Log

VersionDescription
0.3.0Introduced.