9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/generators/smooth-dunes.json
Brian Fopiano 4d7403f685 New command added to iris
/iris std beautify <project>
or just 
/iris std beautify
while in a proj
2021-07-05 02:22:24 -07:00

27 lines
570 B
JSON

{
"interpolator": {
"function": "BILINEAR_STARCAST_6",
"horizontalScale": 15
},
"seed": 133434,
"composite": [
{
"seed": 2343,
"style": {
"style": "SIMPLEX",
"zoom": 2.2
},
"exponent": 0.5,
"opacity": 1
},
{
"seed": 23432,
"style": {"style": "FRACTAL_BILLOW_SIMPLEX"},
"exponent": 1.9,
"zoom": 0.8,
"negative": true,
"opacity": 0.5
}
]
}