Team-RTG / Realistic-Terrain-Generation

The Realistic Terrain Generation mod for Minecraft.
GNU General Public License v3.0
245 stars 118 forks source link

[1.12.2] feature request: re-adding flat-bedrock generation #1371

Closed KisaragiEffective closed 2 years ago

KisaragiEffective commented 2 years ago
Affected Mod Versions:

(Please list other mods and their versions if you feel they are relevant to this issue. i.e. Biomes O' Plenty)

Issue Description:

I would like to make bedrock layer flat. I use both RTG and BOP, so GeographiCraft is also installed. I know there was support for #245, but it seems that was removed in https://github.com/Team-RTG/Realistic-Terrain-Generation/commit/646f3aa493c4b1a1634a34a14a48738dfdc80e71. I hope you support that again.

Steps to reproduce the issue: (If it's easily reproducible.)

N/A

Extra Information:
srs-bsns commented 2 years ago

For a client, on the first page of the Customize World Screen you can set the level of Bedrock Layers. For a server you can add bedrockLayers:# where # is a number between 1-10. There is no longer a way to do this from the config as the bedrock layer setting is world-specific.

KisaragiEffective commented 2 years ago

Thank you for quick answer. I'd like to configure it on a server, so where can I do it?

srs-bsns commented 2 years ago

In the server.properties file: generator-settings={bedrockLayers:1}

KisaragiEffective commented 2 years ago

Thank you very much for your help, much appreciated :)