Description
Is your feature request related to a problem?
Currently, it is not possible to use world presets outside the ones defined in the WorldType enum
It would be extremely helpful for creating worlds with custom generators and world height (or other values defined by a world preset)
For example: right now, it is not possible to modify the world height without affecting all other worlds or some very hacky java code
Describe the solution you'd like.
Expose the world presets by replacing the WorldType enum with an interface reflecting the registry content similar to how the Biome enum was replaced
Describe alternatives you've considered.
Other
No response