Bring Back Bedrock

Quick rating

Community listing page, reviews here may not be monitored by the author.

Bring Back Bedrock

By JayJay1989BE

No reviews yet

Brings back the bedrock layer

Mod Loaders
Minecraft
1.19

About

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