9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/generators/smooth-land.json
Brian Fopiano 0f95ef1a60 9 is too much
2021-06-08 14:23:41 -07:00

26 lines
633 B
JSON

{
"interpolator": {
"function": "HERMITE_STARCAST_6",
"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
}
}
}
}
]
}