You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a new world and set the generator to "NORMAL", it copies the generator from the overworld.
My main world is a flat world, but I need another world to have normal generation.
After looking at the source code, I saw that normal generation just takes the generator settings from the overworld.
I'd request that this is changed to use normal generator settings instead of just coping them.