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

Cascading WorldGen Lag #226

Open
Pitj3 opened this issue Apr 20, 2019 · 1 comment
Open

Cascading WorldGen Lag #226

Pitj3 opened this issue Apr 20, 2019 · 1 comment

Comments

@Pitj3
Copy link

Pitj3 commented Apr 20, 2019

Getting:
customoregen loaded a new chunk [-11, 41] in dimension 0 (overworld) while populating chunk [-10, 43], causing cascading worldgen lag.

in MC 1.12.2

Should be easily fixable through:
http://www.minecraftforge.net/forum/topic/60721-1121-how-would-i-prevent-cascading-worldgen-lag-during-worldgen/

@lawremi
Copy link
Owner

lawremi commented Apr 20, 2019

COG defers population in order to overwrite "back population" when ordinary world generation crosses into previously populated chunks. It's possible that this check is a false positive triggered by the deferred behavior. That thread is not relevant to COG, which is far more complex than any other ore generator.

Are you actually experiencing lag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants