Mod Bring Back Bedrock by JayJay1989BE
- 17.54 KB
- 1.19
- August 16, 2020
- June 26, 2022
- World Gen
Description
Mod Information
Name | Bring Back Bedrock | Author | JayJay1989BE | Description | Brings back the bedrock layer |
---|---|---|---|---|---|
Information | Downloads: Version: 1.19 Size: 17.54 KB Updated at: June 26, 2022 Created at: August 16, 2020 | Tags | World Gen |
Description
Mod that restores the bedrock layer after upgrading Bedrock-B-Gone from a version < 5.1.10 (MC 1.12.2) or when using a custom worldgen datapack on MC 1.18
Configure
You need to provide the dimension id's thats needs to be restored in the config.
Config:
roof & floor levels are removed as they're defined in the datapack.
[General]
#A list of dimensions where there needs to be a bedrock floor
flooredDimensions = ["minecraft:overworld", "minecraft:the_nether"]
#A list of dimensions where there needs to be a bedrock roof
roofedDimensions = ["minecraft:the_nether"]
#Enable logging of the bedrock generation
enableLogging = false
Config (1.12.x):
# Enable log output in console
B:enableLogOutput=false
# Enable bedrock generation
B:enableRegeneration=true
# List of dimensions the floor needs to be regenerated
I:regenerateFlooredDimensions
# List of dimensions the roof needs to be regenerated
I:regenerateRoofedDimensions
# Y-level floored bedrock. -1 to disable
I:flooredBedrockLevel=0
# Y-level roofed bedrock. -1 to disable
I:roofedBedrockLevel=127