OpenCubicChunks / CubicWorldGen

Customizable CubicChunks world generation
MIT License
55 stars 23 forks source link

Make generation synchronious #34

Closed Foghrye4 closed 5 years ago

Foghrye4 commented 5 years ago

I spend a few minutes flying around and everything seems to be OK with this simple change. Making chunk seed field ThreadLocal making worldgen horrible slow. Making second instance of cube generator occupies a hella lot of memory. I think this solution is a best.

Barteks2x commented 5 years ago

A second instance of the chunk generator shouldn't need a lot of memory. Even with the most pessimistic estimates it would be a few MB max. And by doing this you are going to slow down the server on singleplayer even more. And I am not going to accept such arbitrary changes.