Description
What is Simplex Terrain Generation?
Simplex Terrain Generation is an alternative worldgen mod that creates breathtaking world generation that takes up the entire height. It uses height based biome placement to make biome transitions more organic. It's also heavily optimized to generate terrain as fast as possible.
To use Simplex Terrain Generation, select the world type Simplex Terrain
when making a new world. Server owners will want to put simplex
as the level type in server.properties.
Configuration
When launching the game for the first time, you will get a new file in your config folder called simplexterrain.json. In that you will find a plethora of values to tweak your terrain generation. Play around with it and find what suits you best!
The config file is documented here!
Here are some really cool config presets for you to use!
Different noise algorithms that you can use are covered in detail here!
We also have many customization options to get totally new content!
Check out Post Processors for various features that aren't in the vanilla terrain!
Make sure to visit the Noise Modifiers page for functions that change very the shape of the terrain itself!
Discord server
Join our Discord server https://discord.gg/EwQmvQtshV to get the latest updates on what we're doing, to get help, or to simply talk about the cool worlds that you've made! If you'd like to help contribute, please contact us here.
Specific Implementation Details
Simplex Terrain Generation uses a heightmap made out of simplex noise, normalized to fit between 256 and 0. This heightmap is used to place the actual blocks and to place the biomes. The biomes are placed in 7 distinct "regions", to make the terrain more natural. Here's a list of them:
Y0 - Y29: All variants of deep ocean
Y30 - Y60: All variants of ocean
Y63 - Y66: Beach
From Y67 onwards, biome generation is split into 4 different regions based on height (Y67 - Y90, Y91 - Y140, Y141 - Y190, Y191 - Y256). The biomes can vary, but generally become colder as the height increases. If you would like to increase the amount of cold/hot biomes, a config for that will be available in 0.5.0. If you want to change the heights that these regions start at, take a look at the config!
##Images
Savanna generation:

A tall ridged mountain:

Curving river generation:

Snowy river delta:

Want Alpha builds?
If you want in-dev builds with exciting features before they come to curseforge, check out my Patreon! Supporting me via Patreon lets me spend more time modding, and allows me to put out more updates for everyone to enjoy!
##Disclaimers
This project is heavily in development. This means things can break and there will be bugs. A forge port will not be made of this mod (by me at least). If you want to port the mod yourself, go ahead!
##Credits
SuperCoder79 - Author
Valoeghese - Help with world generation
Please make sure to put any questions or suggestions down below!
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.