-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
World height is wrong on join #962
Comments
Odd, considering |
works for me in both the nether and the end, when adding some log messages and also listening to chunk packets paper versionThis server is running Paper version 1.21.1-52-master@e08e667 (2024-08-26T18:02:06Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT) is there some reproduction step or some grim-specific feature missing? |
Have you tried installing the terralith datapack? |
Installing Terralith doesn't change anything in neither the nether nor the end |
Could potentially solve retrooper#962, although I can't reproduce that issue This may be caused by two different changes to packetevents: 1. We did a little memory optimization so only elements different to the vanilly registry get stored 2. We fixed an issue where some elements would not equal the "same" vanilla element This could cause every custom element to just never be registered, so we now do explicit deep-equals checks before saving the vanilla element instead
See commit description of booky10@c9d42f8 for a possible cause to this issue |
It seems to still be happening, I should have mentioned also that I used Paper 1.19.4 to test (idk why I put 1.21) You should see an error like
When logging into the nether due to the world height being wrong |
Someone reported having world height issues in the nether on 1.21 with this datapack |
Could potentially solve retrooper#962, although I can't reproduce that issue This may be caused by two different changes to packetevents: 1. We did a little memory optimization so only elements different to the vanilly registry get stored 2. We fixed an issue where some elements would not equal the "same" vanilla element This could cause every custom element to just never be registered, so we now do explicit deep-equals checks before saving the vanilla element instead
Describe the bug
GrimAnticheat/Grim@1238555
User#getTotalWorldHeight seems to return the overworld value on join. Switching dimensions works as expected, it just seems to be on join.
Software brand
Paper 1.21
Plugins
Grim
How To Reproduce
Enter the nether, disconnect, join again, the world height will be wrong
Expected behavior
World height to return the correct values
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: