Redstone Wire Connector¶
Only available in version 1.16
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
setRedstoneChannel¶
setRedstoneChannel(color: string) -> void
color
channel for the connector.
getRedstoneForChannel¶
getRedstoneForChannel(color: string) -> number
color
channel. A number from 0 to 15.
getOutput¶
getOutput() -> number
isInputMode¶
isInputMode() -> boolean
Changelog/Trivia¶
0.6b
Added integration for Immersive Engineering