9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/generators/smooth-land.json
Andrew Baker 811f9b443f V2 Branch
2021-04-14 10:16:44 -07:00

26 lines
633 B
JSON

{
"interpolator": {
"function": "HERMITE_STARCAST_9",
"horizontalScale": 6
},
"seed": 133434,
"composite": [
{
"seed": 2343,
"style": {
"style": "SIMPLEX",
"zoom": 1.9,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.8,
"multiplier": 30,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
}
}
}
]
}