-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
None
-
Affects Version/s: None
-
None
-
Environment:
My dfeault world is superflat (it was created that way about 3 years ago). I use the below code (see description) re-create a second overworld which is NORMAL type every week. I have not changed the code in years, but after the update to 1.19.3 I am getting a super flat world created instead of a normal world.
My dfeault world is superflat (it was created that way about 3 years ago). I use the below code (see description) re-create a second overworld which is NORMAL type every week. I have not changed the code in years, but after the update to 1.19.3 I am getting a super flat world created instead of a normal world.
-
3619-Spigot-d90018e-6459934
-
Yes
WorldCreator creator = new WorldCreator("sampleWorld").type(WorldType.NORMAL).environment(Environment.NORMAL).generateStructures(true);this.plugin.sampleWorld = this.plugin.getServer().createWorld(creator);
I fully deleted my resource world and re-created it with the above, but the result is a super flat mode instead of normal. My only WILD GUESS is that it might be related to my default world's mode, which is super flat.
It should be unrelated, but I have also specified minecraft:normal in server.properties.
I'm stuck in a big way because my players need this additional world for resources.
This commit might be interesting?