Skip to content

Redstone Wire Connector

Only available in version 1.16

Picture

!Image of the Redstone Connector block

The Redstone Wire Connector is a block from Immersive Engineering to connect redstone wire over big distances.

Requirement

Requires the Immersive Engineering mod to be installed


Peripheral Name Interfaces with Has events Introduced in
redstoneConnector Redstone Wire Connector block No 0.6b


Functions

getRedstoneChannel

getRedstoneChannel() -> string
Returns the current redstone channel.


setRedstoneChannel

setRedstoneChannel(color: string) -> void
Sets the current redstone color channel for the connector.


getRedstoneForChannel

getRedstoneForChannel(color: string) -> number
Returns the redstone signal strength for the given color channel. A number from 0 to 15.


getOutput

getOutput() -> number
Returns the redstone signal stength for the current channel.


isInputMode

isInputMode() -> boolean
Returns true if the Redstone Wire Connector is being used as an input.


Changelog/Trivia

0.6b
Added integration for Immersive Engineering