|
|
@ -127,7 +127,6 @@ class TerminalEntity(pos: BlockPos, state: BlockState) : Peripheral(RedControl.T
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (data.command in 1..4) {
|
|
|
|
if (data.command in 1..4) {
|
|
|
|
RedControl.LOGGER.info("{}",data.command)
|
|
|
|
|
|
|
|
markDirty()
|
|
|
|
markDirty()
|
|
|
|
world?.updateListeners(pos, cachedState, cachedState, Block.NOTIFY_LISTENERS)
|
|
|
|
world?.updateListeners(pos, cachedState, cachedState, Block.NOTIFY_LISTENERS)
|
|
|
|
}
|
|
|
|
}
|
|
|
|