Mojira Archive
MC-231071

Some redstone components send duplicated block updates

Some redstone components (rails,redstone torch,comparators,lever and buttons as far as I know) send duplicated block updates that cause unnecessary lag

This is because they have an onRemove method that is called when the state change (call to setBlock) that are responsible of the update order and then send other block updates after the setBlock call that are pointless (and not the same order as the first ones in the case of rails)

Awaiting Response

pwouik

2021-07-04, 12:34 AM

2024-08-21, 11:11 AM

2024-08-21, 11:11 AM

15

9

Community Consensus

Performance, Redstone

lag, redstone

1.17.1 Release Candidate 1, 1.19.1 Release Candidate 2, 1.19.2

-