
Suggestion: an option in the settings to lower bedrock level
Mili8B opened this issue ยท 1 comments
When using custom settings, it is possible to lower the sea level and elevate mountain ranges (increased_height and vertical_multiplier). This creates crazy terrain, but because the sea level, in this scenario, has been lowered, it is only approximately 30 blocks above the bedrock. So this why I suggest an option in the settings to lower the bedrock level. It could be done in the same way with the increased_height setting: true or false with a default value or a customizable value. I understand it could break the spawning of certain biomes, and I unfortunately do not know how that works, but it would be a cool addition to this insane mod.
Screenshot at y = -65 and with FOV = 70 showing lowest bedrock layer.
Settings file
{ "enabled": true, "feature_toggles": { "desert_dunes": true, // Moves max height to y640 "increased_height": true, "lava_rivers": true, // Offsets ocean monuments 30 blocks down "monument_offset": true, "underground_rivers": true }, "snow_start_offset": 160, "terrain_scales": { // Vanilla value is -0.22 "deep_ocean_depth": -0.6, // Lower values = thicker mountain ranges and more space between ranges "erosion_scale": 0.1, // Vanilla value is -0.12 "ocean_depth": -0.4, // Higher values = vertically stretched terrain "vertical_multiplier": 1.5 } }