[1.20.1 Forge] Scroll / additional info appearing randomly
MrKashew opened this issue ยท 6 comments
Having this very strange bug where when I first join my server at times I will not be able to see further information about an origin (no scroll etc)
but upon kicking + rejoining I can see it
I tried this without Origins++ (and XL packets) and was receiving this issue - so not sure what could be the cause yet
If anybody is still running into this, it may be fixed with the registry fixes.
I forgot to handle this this patch, but this patch was sorta split into 2 patches anyways, so you're in luck.
Basically the ๐ค rundown is two things.
- We sorted a set for syncing to the client, but we didn't set it to be an actual sorted set, so the sorting meant nothing.
- Even if the above was the case, the check for if there's a loading order wasn't what it should've been, so everything would've output -1 in the sort (basically meaning random order).