mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
A few
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
> Represents a dimension
|
||||
```json
|
||||
{
|
||||
"decorate": true,
|
||||
"landZoom": 1,
|
||||
"regions": [],
|
||||
"seaZoom": 1,
|
||||
@@ -10,6 +11,7 @@
|
||||
"rockPalette": ["STONE"],
|
||||
"interpolationScale": 63,
|
||||
"focus": "",
|
||||
"carving": true,
|
||||
"continentZoom": 1,
|
||||
"rockZoom": 5,
|
||||
"roughnessZoom": 2,
|
||||
@@ -18,6 +20,7 @@
|
||||
"coordFractureZoom": 8,
|
||||
"fluidHeight": 63,
|
||||
"coordFractureDistance": 20,
|
||||
"postProcess": true,
|
||||
"ceiling": "",
|
||||
"caveThickness": 1,
|
||||
"fluidPalette": ["WATER"],
|
||||
@@ -59,6 +62,15 @@
|
||||
## caves
|
||||
> Generate caves or not.
|
||||
|
||||
## carving
|
||||
> Carve terrain or not
|
||||
|
||||
## decorate
|
||||
> Generate decorations or not
|
||||
|
||||
## postProcess
|
||||
> Use post processing features. Usually for production only as there is a gen speed cost.
|
||||
|
||||
## ceiling
|
||||
> The ceiling dimension. Leave blank for normal sky.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"interpolationFunction": "BILINEAR",
|
||||
"interpolationScale": 188,
|
||||
"seed": 7246236,
|
||||
"cliffHeightMax": 55,
|
||||
"cliffHeightMax": 35,
|
||||
"cliffHeightMin": 29,
|
||||
"cliffHeightGenerator": {
|
||||
"sinCentered": false,
|
||||
|
||||
@@ -62,8 +62,8 @@
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain-cliffs",
|
||||
"min": 10,
|
||||
"max": 35
|
||||
"min": 3,
|
||||
"max": 38
|
||||
},
|
||||
{
|
||||
"generator": "wavy",
|
||||
|
||||
@@ -1,27 +1,29 @@
|
||||
{
|
||||
"environment": "NORMAL",
|
||||
"fluidHeight": 63,
|
||||
"biomeZoom": 0.88,
|
||||
"regionZoom": 3,
|
||||
"biomeZoom": 0.97,
|
||||
"regionZoom": 3.7,
|
||||
"continentZoom": 1,
|
||||
"dimensionAngleDeg": 19,
|
||||
"terrainZoom": 1,
|
||||
"landZoom": 2.5,
|
||||
"shoreZoom": 1.5,
|
||||
"seaZoom": 4,
|
||||
"landZoom": 2.25,
|
||||
"shoreZoom": 1.7,
|
||||
"seaZoom": 4.25,
|
||||
"preventLeafDecay": true,
|
||||
"interpolationFunction": "BICUBIC",
|
||||
"interpolationScale": 12,
|
||||
"hermiteTension": 0.00001,
|
||||
"hermiteBias": 0.5,
|
||||
"roughnessHeight": 0,
|
||||
"coordFractureZoom": 0.5,
|
||||
"coordFractureDistance": 136,
|
||||
"placeObjects": true,
|
||||
"coordFractureZoom": 0.45,
|
||||
"coordFractureDistance": 126,
|
||||
"roughnessZoom": 1,
|
||||
"caveScale": 1,
|
||||
"caveShift": 9,
|
||||
"caves": true,
|
||||
"caves": false,
|
||||
"placeObjects": false,
|
||||
"postProcess": false,
|
||||
"decorate": false,
|
||||
"mirrorCeiling": false,
|
||||
"focus": "",
|
||||
"deposits": [
|
||||
|
||||
Reference in New Issue
Block a user