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 never finishes loading when decreasing the scale. #33

Open
CatMaster8232 opened this issue May 14, 2021 · 1 comment · May be fixed by #29
Open

World never finishes loading when decreasing the scale. #33

CatMaster8232 opened this issue May 14, 2021 · 1 comment · May be fixed by #29
Labels

Comments

@CatMaster8232
Copy link

When I go to custom world and change down the scale it starts to create the world but never stops.

  1. Press customize
  2. Change transform to below 100000.0
  3. Create world

It should have just loaded up the world after a little bit.

I'm using the latest version.

@SmylerMC
Copy link
Collaborator

This is because the current versions do not change the resolution of the data they request depending on the scale.
It has been addressed by @DaMatrix in #29. Until that's ready you should avoid generating worlds at small scales, that puts unnecessary stress on the web services because the mod tries to download a lot of data.

@SmylerMC SmylerMC linked a pull request May 15, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants