lsrom / superflatbiomes

Adds Super flat world with all biomes into Minecraft
MIT License
6 stars 1 forks source link

isFlatWorld returns false #2

Closed imcactus42 closed 1 year ago

imcactus42 commented 1 year ago

serverworld.getServer().getWorldData().worldGenSettings().isFlatWorld() returns false for worlds created with superflatbiomes. This causes issues with other mods (eg: "Superflat World No Slimes") which queries this to determine if world is super flat.

imcactus42 commented 1 year ago

Actually, no it doesn't. My mistake, sorry! Great mod, many thanks.