9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/generators/small-cliffs.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

26 lines
543 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
}
}