9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00
Files
Iris-Pack-Overworld/generators/desert-dunes.json
Andrew Baker 811f9b443f V2 Branch
2021-04-14 10:16:44 -07:00

38 lines
939 B
JSON

{
"interpolator": {
"function": "BILINEAR_STARCAST_9",
"horizontalScale": 15
},
"seed": 133434,
"composite": [
{
"seed": 2343,
"style": {
"style": "SIMPLEX",
"zoom": 2.2,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.4,
"multiplier": 10,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
}
},
"exponent": 0.5,
"opacity": 1.0
},
{
"seed": 23432,
"style": {
"style": "FRACTAL_BILLOW_SIMPLEX"
},
"exponent": 1.9,
"zoom": 0.8,
"negative": true,
"opacity": 0.5
}
]
}