mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
Gens
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
{
|
||||
"name": "Plains",
|
||||
"auxiliaryGenerators":[
|
||||
{
|
||||
"zoom": 3,
|
||||
"offsetX": 0,
|
||||
"offsetZ": 0,
|
||||
"seed": 1337,
|
||||
"min": 0,
|
||||
"max": 2
|
||||
}
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
"palette": [
|
||||
@@ -22,7 +32,8 @@
|
||||
}
|
||||
],
|
||||
"derivative": "PLAINS",
|
||||
"heightFrequency": 0.2,
|
||||
"heightExponent": 1,
|
||||
"highHeight": 7,
|
||||
"lowHeight": 4
|
||||
"highHeight": 5,
|
||||
"lowHeight": 3
|
||||
}
|
||||
@@ -2,21 +2,23 @@
|
||||
"environment": "NORMAL",
|
||||
"fluidHeight": 63,
|
||||
"biomeZoom": 4,
|
||||
"dimensionAngleDeg": 0,
|
||||
"dimensionAngleDeg": 12,
|
||||
"terrainZoom": 1,
|
||||
"interpolationFunction": "BILINEAR",
|
||||
"interpolationScale": 34,
|
||||
"interpolationScale": 160,
|
||||
"interpolationSurfaceFunction": "BILINEAR",
|
||||
"interpolationSurfaceScale": 24,
|
||||
"roughnessHeight": 1,
|
||||
"interpolationSurfaceScale": 160,
|
||||
"interpolationAuxiliaryFunction": "BILINEAR",
|
||||
"interpolationAuxiliaryScale": 6,
|
||||
"hermiteTension": 0.00001,
|
||||
"hermiteBias": 0.5,
|
||||
"roughnessHeight": 0,
|
||||
"coordFractureZoom": 2,
|
||||
"coordFractureDistance": 222,
|
||||
"hermiteTension": 1,
|
||||
"landZoom": 4,
|
||||
"debugFastPregen": true,
|
||||
"seaZoom": 0.3,
|
||||
"continentZoom": 0.2,
|
||||
"hermiteBias": 0.5,
|
||||
"placeObjects": true,
|
||||
"roughnessZoom": 1,
|
||||
"regions": [
|
||||
|
||||
Reference in New Issue
Block a user