You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seemed like a relatively simple redstone component and I wanted to implement one :D.
Observers are however a bit different to other redstone components as they react to any state change of the block behind them instead of responding to absolute redstone signals.
The observer should also only respond to the block it is looking at for this a few changes need to be made that allows the block to see where the updates come from.
A few notable things that update observers are:
all sides of redstone including the top
all sides of repeaters, comparators and other observers
locking repeaters
torches
redstone lamps, trapdoors
buttons, levers and pressure plates
The text was updated successfully, but these errors were encountered:
It seemed like a relatively simple redstone component and I wanted to implement one :D.
Observers are however a bit different to other redstone components as they react to any state change of the block behind them instead of responding to absolute redstone signals.
The observer should also only respond to the block it is looking at for this a few changes need to be made that allows the block to see where the updates come from.
A few notable things that update observers are:
The text was updated successfully, but these errors were encountered: