9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-28 19:29:20 +00:00
Files
Iris-Pack-EarthWorld/generators/small-cliffs.json
Brian Fopiano 0f95ef1a60 9 is too much
2021-06-08 14:23:41 -07:00

31 lines
600 B
JSON

{
"interpolator": {
"function": "BILINEAR_STARCAST_6",
"horizontalScale": 4
},
"seed": 2343,
"composite": [
{
"seed": 2344,
"style": {
"style": "FLAT"
}
}
],
"cliffHeightMax": 80,
"cliffHeightMin": 60,
"cliffHeightGenerator": {
"style": {
"style": "SIMPLEX",
"zoom": 0.9,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"seed": 50056
}
}