Observers no longer detect redstone dust powering/unpowering
As the title says, in the current snapshot with experimental redstone features on, Observers do not detect a change in redstone dust when it becomes powered or unpowered. Observers still detect when dust has been placed in front of them and when the direction of the dust has been changed, but they do not detect the powered state, which is a major issue.
Steps to reproduce:
1. Enable the experimental Redstone Dust features
2. Create any sort of redstone circuit configuration that involves an Observer facing a piece of Redstone Dust (example image)

3. Attempt to make Observer send a signal when the dust has been powered or unpowered (In this example, attempt to make the Copper Bulb turn on when the Lever is activated)
Observed Result
The Observer does not send a signal (in this example, Copper Bulb should be on)

Expected Result
The Observer should send a signal (activating the Copper Bulb)
Linked Issues
Created Issue:
Observers No Longer Detect Redstone Dust Powering/Unpowering
As ** the title says, in the current snapshot with experimental redstone features on, Observers do not detect a change in redstone dust when it becomes powered or unpowered. Observers still detect when dust has been placed in front of them and when the direction of the dust has been changed, but they do not detect the powered state, which is a major issue.
Steps to reproduce:
1. Enable the experimental Redstone Dust features2. Create any sort of redstone circuit configuration that involves an Observer facing a piece of Redstone Dust (example image)
3. Attempt to make Observer send a signal when the dust has been powered or unpowered (In this example, attempt to make the Copper Bulb turn on when the Lever is activated)
Observed Result
The Observer does not send a signal (in this example, Copper Bulb should be on)
Expected Result
The Observer should send a signal (activating the Copper Bulb)Environment
Windows 11, Snapshot 24w34a
As ** the title says, in the current snapshot with experimental redstone features on, Observers do not detect a change in redstone dust when it becomes powered or unpowered. Observers still detect when dust has been placed in front of them and when the direction of the dust has been changed, but they do not detect the powered state, which is a major issue.
Steps to reproduce:
1. Enable the experimental Redstone Dust features2. Create any sort of redstone circuit configuration that involves an Observer facing a piece of Redstone Dust (example image)
3. Attempt to make Observer send a signal when the dust has been powered or unpowered (In this example, attempt to make the Copper Bulb turn on when the Lever is activated)
Observed Result
The Observer does not send a signal (in this example, Copper Bulb should be on)
Expected Result
The Observer should send a signal (activating the Copper Bulb)As ** the title says, in the current snapshot with experimental redstone features on, Observers do not detect a change in redstone dust when it becomes powered or unpowered. Observers still detect when dust has been placed in front of them and when the direction of the dust has been changed, but they do not detect the powered state, which is a major issue.
Steps to reproduce:
1. Enable the experimental Redstone Dust features2. Create any sort of redstone circuit configuration that involves an Observer facing a piece of Redstone Dust (example image)
3. Attempt to make Observer send a signal when the dust has been powered or unpowered (In this example, attempt to make the Copper Bulb turn on when the Lever is activated)
Observed Result
The Observer does not send a signal (in this example, Copper Bulb should be on)
Expected Result
The Observer should send a signal (activating the Copper Bulb)
As
**the title says, in the current snapshot with experimental redstone features on, Observers do not detect a change in redstone dust when it becomes powered or unpowered. Observers still detect when dust has been placed in front of them and when the direction of the dust has been changed, but they do not detect the powered state, which is a major issue.Steps to reproduce:
1. Enable the experimental Redstone Dust features2. Create any sort of redstone circuit configuration that involves an Observer facing a piece of Redstone Dust (example image)
3. Attempt to make Observer send a signal when the dust has been powered or unpowered (In this example, attempt to make the Copper Bulb turn on when the Lever is activated)
Observed Result
The Observer does not send a signal (in this example, Copper Bulb should be on)
Expected Result
The Observer should send a signal (activating the Copper Bulb)
Windows 11, Snapshot 24w34a
ObserversNoLongerDetectRedstoneDustPowering/UnpoweringObservers no longer detect redstone dust powering/unpowering
is duplicated by
is duplicated by
Thank you for your report!
We're tracking this issue in MC-275774, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
After the fix of redstone dust not being able to update properly, I tested if it is fixed my door. However, this update introduces a new bug that broke my door in a way that isn't fixable: Observers cannot detect any changes to redstone dust. My door relies on that mechanic.
Disclamer: this bug is a duplicate of MC-275774. I only discovered that after I reported this bug.
Thank you for your report!
We're tracking this issue in MC-275774, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.



I cannot reproduce this:
i can reproduce it, 24w34a, this seems very important
2024-08-21 22-55-01.mp4
Observer reacts to dust shape changing but not power level changing
the issue only appears to happen with the experimental redstone features ON, as opening a world with them off the issue does not happen
Can confirm.
This seems to be a by-product of this change in the 24w33a changelog:
Observers detect block updates, and with redstone not outputting them anymore the observer cannot detect it.
Obsevers don't detect block updates, they detect shape updates. This bug is likely unrelated to this change, it happens even if you run redstone directly into the observer, as if you were powering it, which does send block update to the observer.