Posted May 31, 20232 yr I've got a question about migration from 1.19. How to get WorldGenSettings ? It was WorldData worldData = server.getWorldData(); WorldGenSettings worldGenSettings = worldData.worldGenSettings(); but now worldGenSettings() is gone from WorldData.
May 31, 20232 yr WorldGenSettings has been split between WorldOptions and WorldDimensions. You can get the WorldOptions from `#worldGenOptions`. WorldDimensions you shouldn't really need.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.