9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00

Add a flat area near spawn (not too abruptly)

This commit is contained in:
Daniel Mills
2021-01-02 12:26:57 -05:00
parent 898eeb474d
commit df15a4c2eb

View File

@@ -385,6 +385,17 @@
}
}
],
"noiseEffectZones": [
{
"convergeToHeight": 68,
"blockRadius": 87,
"strength": 0.66,
"interpolationRadius": 42,
"interpolator": "HERMITE_LOOSE_HALF_NEGATIVE_BIAS",
"x": 0,
"z": 0
}
],
"shoreBiomeStyle": {
"style": "CELLULAR_IRIS_DOUBLE"
},