9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
This commit is contained in:
Daniel Mills
2020-07-26 20:44:11 -04:00
parent dd4dbcfeab
commit 52416aaefc
6 changed files with 224 additions and 1 deletions

View File

@@ -9,7 +9,25 @@
"composite": [],
"interpolationScale": 7,
"zoom": 1,
"opacity": 1
"cliffHeightMin": 0,
"opacity": 1,
"cliffHeightMax": 0,
"cliffHeightGenerator": {
"sinCentered": false,
"seed": 0,
"parametric": false,
"zoom": 1,
"enabled": true,
"fracture": [],
"offsetX": 0,
"octaves": 1,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
}
}
```
@@ -34,6 +52,15 @@
## interpolationScale
> The interpolation distance scale (blocks) when two biomes use different heights but this same generator
## cliffHeightMax
> Cliff Height Max. Disable with 0 for min and max
## cliffHeightMin
> Cliff Height Min. Disable with 0 for min and max
## composite
> The list of noise gens this gen contains.
## cliffHeightGenerator
> The noise gen for cliff height.