9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-23 17:09:22 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
MrPowerGamerBR
017173b2b8 Revert "Only attempt to resync display entities' position when it has actually changed to fix teleport interpolation issues"
This reverts commit dcdb966994.

The patch does work, but I want to see if anyone else on the Paper team has anything to say about not periodically sending pos/rot packets
2024-12-01 11:18:23 -03:00
MrPowerGamerBR
dcdb966994 Only attempt to resync display entities' position when it has actually changed to fix teleport interpolation issues
On display entities, any new Pos/Rot packet causes the teleport duration interpolation to reset

While this does not cause issues when you spawn a display entity -> set the interpolation -> teleport after the data has been sent to the client, this DOES cause issues on entities that have lived for >60 ticks, where if you spawn a display with interpolation -> wait ~8 ticks -> teleport it, the end of the teleport will look slow due to the server resyncing the display entity position/rotation
2024-12-01 01:24:33 -03:00
MrPowerGamerBR
6921e607c2 Fix getMaxHeight to be exclusive instead of inclusive to match docs 2024-11-27 02:35:09 -03:00
MrPowerGamerBR
5c1ca0d8ef Remove the new patch
Taming villagers is harder than it seems
2024-08-26 00:13:32 -03:00
MrPowerGamerBR
16237e2ec0 Allow throttling hopper checks if the target container is full 2024-08-23 16:36:05 -03:00