Bring Back Bedrock
This mod restores the bedrock layer in Minecraft dimensions after certain world generation changes. It's particularly useful in two situations: after updating from Bedrock-B-Gone mod version below 5.1.10 (for Minecraft 1.12.2) or when using custom world generation datapacks in Minecraft version 1.18.
Configuration Settings
For the mod to work, you need to specify the dimension IDs where bedrock restoration is required. The configuration file allows you to adjust the following parameters:
Main Settings:
flooredDimensions- list of dimensions where bedrock should be restored at the bottom levelroofedDimensions- list of dimensions where bedrock should be restored at the top levelenableLogging- enable logging of the bedrock generation process
Example Configuration:
[General]
# List of dimensions with bedrock floor
flooredDimensions = ["minecraft:overworld", "minecraft:the_nether"]
# List of dimensions with bedrock ceiling
roofedDimensions = ["minecraft:the_nether"]
# Enable bedrock generation logging
enableLogging = false
For version 1.12.x, additional settings are available:
# Enable log output in console
B:enableLogOutput=false
# Enable bedrock generation
B:enableRegeneration=true
# List of dimensions for floor restoration
I:regenerateFlooredDimensions
# List of dimensions for ceiling restoration
I:regenerateRoofedDimensions
# Y-level for bedrock floor (-1 to disable)
I:flooredBedrockLevel=0
# Y-level for bedrock ceiling (-1 to disable)
I:roofedBedrockLevel=127
The mod automatically considers settings from world generation datapacks, so ceiling and floor levels are determined accordingly.