mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
Mesa
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user