Skip to content

Redstone Probe

Only available in version 1.16

Picture

!Image of the Redstone Probe block

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
Returns the current sending channel for the probe.


setSendingChannel

setSendingChannel(color: string) -> void
Sets the sending channel for the probe to the given color channel.


getReceivingChannel

getReceivingChannel() -> string
Returns the current receiving channel for the probe.


setReceivingChannel

setReceivingChannel(color: string) -> void
Sets the receiving channel for the probe to the given color channel.


getRedstoneForChannel

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


Changelog/Trivia

0.6b
Added integration for Immersive Engineering