9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/generators/smooth-dunes.json
Brian Fopiano 5885826664 Generators
2022-01-12 19:23:53 -08:00

27 lines
565 B
JSON

{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 26
},
"seed": 133434,
"composite": [
{
"seed": 2343,
"style": {
"style": "IRIS",
"zoom": 2
},
"exponent": 0.5,
"opacity": 1
},
{
"seed": 23432,
"style": {"style": "FRACTAL_BILLOW_SIMPLEX"},
"exponent": 1.9,
"zoom": 0.8,
"negative": true,
"opacity": 0.5
}
]
}