Skip to content
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 seeds #1

Open
PetitRomeo opened this issue Feb 23, 2024 · 5 comments
Open

World seeds #1

PetitRomeo opened this issue Feb 23, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@PetitRomeo
Copy link

It seems that world seeds doesn't save when you save and quit. So, when you log back into your world, the new chunks use a new seed which makes it look like cut biomes.

@PeytonPlayz595
Copy link
Owner

Yeah, I've been looking into what's causing this.

@PeytonPlayz595 PeytonPlayz595 added the bug Something isn't working label Feb 23, 2024
@PeytonPlayz595
Copy link
Owner

I don't think the problem is caused by world seeds not being saved, It's most likely the ChunkLoader
The Desktop Runtime uses the original ChunkLoader from Alpha and it doesn't seem to have any issues

@SaiyanGonzalez01
Copy link

Had the same issue. Thought it was maybe from I world I was creating that ended up in my save.

@PeytonPlayz595
Copy link
Owner

@PetitRomeo @SaiyanGonzalez01 Sorry for the late response, I found out what is causing this issue, It's caused by a bug in TeaVM's java.util.Random implementation. That's why lax1dude always replaced every instance of it with EaglercraftRandom. I'll fix it whenever I get the chance to and I'll update you when I do.

@SaiyanGonzalez01
Copy link

Oh Ok, Thanks for letting us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants