Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observer implementation #73

Open
BramOtte opened this issue Jul 25, 2022 · 0 comments
Open

Observer implementation #73

BramOtte opened this issue Jul 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@BramOtte
Copy link
Contributor

BramOtte commented Jul 25, 2022

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
@StackDoubleFlow StackDoubleFlow added the enhancement New feature or request label Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants