World generation bugs when touching I:groundLevel
nargyriou opened this issue ยท 4 comments
Description
The generation process takes forever if the config option I:groundLevel
is set to 10. The game is stuck with the "Building world" screen and you never reach your world
If you set it to 20, you do reach your world, but the chunks won't load. You get this: http://i.imgur.com/OT4FCM6.png
Basic Information
- MC Version; 1.11.2
- Mod Version: lostcities-1.1x-0.0.12beta
- Forge version: net.minecraftforge:forge:1.11.2-13.20.1.2386:universal
Details
Here's my profile.cfg:
Here's my modlist:
It's a wasteland, with no mobs, chisel blocks, taller buildings, and only cities.
Also, I decreased the explosion rate
It works fine if the ground level is set to 71 (default)
A ground level that low is bound to cause all kinds of complications as it has no room to generate the subways, the cellars and various other features that all happen at levels below ground level. Not sure if this is solvable
Perhaps you should change that comment then
# Ground level [range: 2 ~ 256, default: 71]
I'd like to have no underground space because I'm planning to create some kind of PVP-with-guns map and making a base underground is kind of cheating, you know ?
Well at the moment I cannot give you a solution to that. The lowest that I generate stuff is groundLevel - 18 as that is the height where the subway system is generated so groundLevel must at least be greater then 19-20.
Why can't you prevent this in other ways? For example, use adventure mode and don't give access to pickaxes so they can't easily dig down or something