FlatBedrock Edition Mod
FlatBedrock is a simple Forge mod that replaces those annoying jagged bedrock layers with flat ones. You can generate flat bedrock in the Overworld, Nether, or any custom dimension you add. Configure which layers get flattened with a couple JSON files in your config folder.
What It Does
By default, the mod flattens the bottom bedrock layer in the Overworld and both the top and bottom bedrock layers in the Nether. Want different dimensions? Just create a JSON config file and you’re done. It works with most modded dimensions too.
Overworld: Flattens the bottom bedrock layer
Nether: Flattens both the floor and ceiling bedrock
Custom Dimensions: Add support for any modded dimension
Configuration
Open /config/flatbedrock/dimensions/ and you’ll find overworld.json and nether.json. Edit these files to control which layers get flattened and what block replaces the bedrock.
Each dimension file looks like this:
{
"dimID": 1,
"genTop": false,
"genBottom": true,
"retroGenTop": false,
"retroGenBottom": false,
"fillBlock": "minecraft:stone"
}
dimID is the dimension’s numerical ID. genTop and genBottom toggle which layers get flattened. Set fillBlock to change what block replaces the bedrock (stone for Overworld, end stone for The End, etc).
Add Modded Dimensions
Have a mod that adds new dimensions? You can flatten bedrock there too. Copy one of the default config files and rename it (like twilightforest.json). Then edit the dimID to match your dimension and adjust the settings.
Retroactive Generation
Already have a world you love? No problem. Back up your world first, then change retroGenTop and retroGenBottom to true in the dimension’s config file. Load your world and the bedrock will flatten retroactively.
Requirements
How to Install
How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods
Check out more Minecraft Mods on 1Minecraft.
Download FlatBedrock Edition Mod
Minecraft 1.7.10
This file is part of FlatBedrock Mod 1.12.2, 1.11.2 – Flat Bedrock. Visit the main page for features, installation guide, screenshots, and more download options.
Minecraft 1.8.9
This file is part of FlatBedrock Mod 1.12.2, 1.11.2 – Flat Bedrock. Visit the main page for features, installation guide, screenshots, and more download options.
Minecraft 1.10.2, 1.9.4
This file is part of FlatBedrock Mod 1.12.2, 1.11.2 – Flat Bedrock. Visit the main page for features, installation guide, screenshots, and more download options.
Minecraft 1.11.2
This file is part of FlatBedrock Mod 1.12.2, 1.11.2 – Flat Bedrock. Visit the main page for features, installation guide, screenshots, and more download options.
Minecraft 1.12.2
This file is part of FlatBedrock Mod 1.12.2, 1.11.2 – Flat Bedrock. Visit the main page for features, installation guide, screenshots, and more download options.