9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/generators/mountain-land.json
RaydenKonig 12d81cde64 update overworld v2.2
a lot of changes
2021-05-08 18:03:42 -03:00

26 lines
644 B
JSON

{
"interpolator": {
"function": "HERMITE_STARCAST_12",
"horizontalScale": 15
},
"seed": 9875476,
"composite": [
{
"seed": 5644,
"style": {
"style": "IRIS",
"zoom": 1.9,
"fracture": {
"style": "PERLIN_IRIS_DOUBLE",
"zoom": 0.8,
"multiplier": 30,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
}
}
}
]
}