-
Notifications
You must be signed in to change notification settings - Fork 9
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
Traverse Biomes Spawning In Random Places/The Wrong Dimension #27
Comments
Hi there! Unfortunately I didn't get any notification of this, sorry. I'll be looking into it presently. |
So, I'm not able to replicate this is a development environment. It's possible this has to do with biome shuffling:
|
Can you try this build for me? Someone identified a potential issue that could be causing it. If that doesn't fix it, it might be something to do with the biome shuffling, which I thought had been fixed. |
@KKotik Were you able to try that build? Or were you able to give me a list of other biomes, as I was unable to reproduce it in a dev environment. |
I'm still unable to confirm this and haven't had any other reports. I'll leave this issue open so people can comment on it if there are problems in the future. I'm hopeful that the core issue here has been resolved though. |
@noobanidus Hey so my friend is having the same problem on his server so we're gonna test out that build for you and see what happens |
ok so we tested that build out and it is still happening. We've got traverse biomes all over the end. |
FYI: We always had traverse in our world, but the two End mods that add biomes we have are Endergetic Expansion and Outer End. |
A few more things after a bit more testing. We tried with only endergetic and it happened. We tried with only outer end and it happened. We tried with none and it did not happen. Another thing is that this only seems to happen on servers and not singleplayer. |
Can you try installing Chocolate Fix and then testing with a new world (specifically) or a world that wasn't corrupted? At least I have reproduction steps now though, I think. |
@fusionbolt18 After having re-read your post I realised that this is most likely you have an older version of Traverse. I'm not able to replicate it with the latest version from CurseForge & Endergetic Biome: If you could drop your Traverse version somewhere or try out an updated version and get back to me, that would be great. |
So, this more directly appears to be some sort of biome data corruption, as this happened on a multiplayer server I was maintaining. When each biome is registered, it's given a numerical key by Forge. That key is then what is used for actual world generation. For whatever reason, the biome key that is registered as spawning in the end doesn't end up actually being the correct key for that biome, but instead ends up being the key for another biome. Hacky solution: this requires that you stop your server and perform the following steps:
It is unfortunately a tedious process but one that can work "in place". I'm uncertain if this still occurs if the world is created using 1.16.5 versions of Forge, although in my instance the world was definitely created on 1.16.4. |
General Information
Describe the bug:
![image](https://user-images.githubusercontent.com/45950781/101457104-181d4f00-3946-11eb-991c-de18ebf198e4.png)
My end looking like this:
Versions:
The text was updated successfully, but these errors were encountered: