[MCPE-15676] Pulse extenders don't work with observer input Created: 18/Jun/16 Updated: 19/Jun/16 Resolved: 19/Jun/16 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.15.0 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Colton Paybe | ||
| Resolution: | Works As Intended | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Game Mode: | Survival |
| Confirmation Status: | Unconfirmed |
| Platform: | Windows |
| Description |
|
When standing on the pressure plate, the compactor pulse extender works like it should, keeping the door open for 16 ticks. When Activating the observer block, the pulse extender does not properly function, and the door only opens for one tick. Have tried with multiple pulse extenders, huge pain in the ass/ |
| Comments |
| Comment by PHO [ 19/Jun/16 ] |
|
It works as intended. Observer blocks emit 1 tick on-pulse on block updates, while your pulse extender requires at least 2 ticks on-pulse to emit a stable output because each comparator takes 1 tick to change its state. |