tedo0627 / RedstoneCircuit

This is the PocketMine plugin that implements the Redstone circuit.
GNU General Public License v3.0
84 stars 47 forks source link

Comporator status switching error #80

Closed udachin26 closed 2 years ago

udachin26 commented 2 years ago

Describe the bug Comporator status switching error (When switching the comorator, the behavior of the signal is inexplicable). And, it seems to me, the redstone signal update error for the block (When a signal is transmitted, the lamp seems to be updated regardless of the signal).

I also noticed that the load on the server is growing. Maybe it has something to do with the update of the block.

Screenshots or videos

OS and versions

udachin26 commented 2 years ago

Regarding the update of the block. If you look at the mechanics of vanilla, then it seems to me that the update of the redstone block there depends on another number of ticks

tedo0627 commented 2 years ago

It appears that it was not a signal error due to a different behavior when the lamp signal was momentarily turned off. I will fix this. Also, I don't understand the comparator error. It is an inherent specification that the server load will be increased. I don't know how to make it any lighter.