9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-28 11:19:14 +00:00
Files
Iris-Pack-EarthWorld/generators/small-cliffs.json
2021-07-04 16:54:47 -07:00

30 lines
583 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
}
}