Redstone Probe¶
Only available in version 1.16
The Redstone Probe is a block from Immersive Engineering used to read and write data to a specific redstone channel.
Requirement
Requires the Immersive Engineering mod to be installed
Peripheral Name | Interfaces with | Has events | Introduced in |
---|---|---|---|
redstoneProbe | Redstone Probe block | No | 0.6b |
Functions¶
getSendingChannel¶
getSendingChannel() -> string
setSendingChannel¶
setSendingChannel(color: string) -> void
color
channel.
getReceivingChannel¶
getReceivingChannel() -> string
setReceivingChannel¶
setReceivingChannel(color: string) -> void
color
channel.
getRedstoneForChannel¶
getRedstoneForChannel(color: string) -> number
color
channel. A number from 0 to 15.
Changelog/Trivia¶
0.6b
Added integration for Immersive Engineering