Movecraft icon indicating copy to clipboard operation
Movecraft copied to clipboard

Remove unnecessary sign updates

Open TylerS1066 opened this issue 1 year ago • 1 comments

With the merging of #670, all signs are now updated on translation and rotation. To prevent unnecessary sign updates and improve performance, we should find a way to fake out the client to think the sign updated without going through the work of actually updating it.

TylerS1066 avatar Jul 21 '24 21:07 TylerS1066

For now I implemented a Patch and plan to implement similar ones in this repository, it would be good if there was a way to fix this without protcol lib, it uses bytecode manipulation to replace the sendSignEvents() method. (I think it works but i hope nobody actually runs this on a server)

Intybyte avatar Aug 04 '24 16:08 Intybyte