- Various fixes & improvements
- Pregenerator now prints log messages again (to the console)
- Added noise zones which allow you to make flat areas, or wall off the entire center of the map with mountains
Code (Java):
"noiseEffectZones"
:
[
{
"convergeToHeight"
:
68,
"blockRadius"
:
87,
"strength"
:
0.66,
"interpolationRadius"
:
42,
"interpolator"
:
"HERMITE_LOOSE_HALF_NEGATIVE_BIAS",
"x"
:
0,
"z"
:
0
}
],