SmoothBedrock By Blayyke [ARCHIVED]
The SmoothBedrock modification completely changes the bedrock generation process in Minecraft, transforming chaotic layers into a perfectly smooth surface. The mod works in both the Overworld and the Nether, providing an aesthetically pleasing and predictable foundation for your builds.
Main Features
The primary function of the mod is to create an absolutely smooth bedrock layer instead of the standard uneven generation. This is especially useful for builders who value neatness and symmetry in their projects.
Configuration Settings
The mod offers flexible settings for managing bedrock generation in different dimensions. The following parameters are enabled by default:
{ // Set to false to make the dimension list act as a blacklist
"isWhitelist": true,
/ A list of dimension identifiers to which the mod applies.
Modified dimensions need to be added to this list to be affected. /
"dimensionFilter": [
"minecraft:overworld",
"minecraft:the_nether"
]
}
When the isWhitelist parameter is set to true, smooth bedrock is generated only in dimensions from the dimensionFilter list. If changed to false, smooth bedrock will be created everywhere except the specified dimensions.
Compatibility
The mod supports Minecraft versions starting from 1.16.2 and above. The developer does not plan to add support for older game versions.
Technical Features
For self-building the mod, Java Development Kit version 8 or higher is required. The compilation process is done through the gradlew build command in the command line. Ready .jar files are located in the build/gradle folder.
SmoothBedrock is distributed under the GNU LGPLv3 license, which ensures freedom of use and code modification.