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-05-22 09:53:36 -04:00
parent 1fb91cdc2f
commit 901b0677a0
9 changed files with 150 additions and 55 deletions

View File

@@ -0,0 +1,24 @@
{
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "BICUBIC",
"interpolationScale": 11,
"seed": 1,
"composite": [{
"sinCentered": false,
"seed": 2000,
"parametric": false,
"zoom": 1,
"enabled": true,
"offsetX": 0,
"octaves": 1,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 2.7
}],
"zoom": 1.5,
"opacity": 1
}

View File

@@ -0,0 +1,24 @@
{
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "BICUBIC",
"interpolationScale": 12,
"seed": 2,
"composite": [{
"sinCentered": false,
"seed": 3000,
"parametric": false,
"zoom": 1.22,
"enabled": true,
"offsetX": 0,
"octaves": 1,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": true,
"exponent": 1
}],
"zoom": 1,
"opacity": 1
}

View File

@@ -0,0 +1,24 @@
{
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "BICUBIC",
"interpolationScale": 49,
"seed": 1,
"composite": [{
"sinCentered": false,
"seed": 1000,
"parametric": false,
"zoom": 1,
"enabled": true,
"offsetX": 0,
"octaves": 1,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
}],
"zoom": 1,
"opacity": 1
}

View File

@@ -0,0 +1,24 @@
{
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "BICUBIC",
"interpolationScale": 14,
"seed": 1,
"composite": [{
"sinCentered": false,
"seed": 1000,
"parametric": false,
"zoom": 1.86,
"enabled": true,
"offsetX": 0,
"octaves": 1,
"offsetZ": 0,
"offsetY": 0,
"irisBased": true,
"opacity": 1,
"bezier": false,
"exponent": 1
}],
"zoom": 1.05,
"opacity": 1
}

View File

@@ -16,8 +16,12 @@
]
}
],
"derivative": "BEACH",
"heightExponent": 1,
"highHeight": 2,
"lowHeight": -1
"generators":[
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "BEACH"
}

View File

@@ -1,57 +1,41 @@
{
"children": [],
"decorators": [],
"objects": [],
"name": "Mountains",
"layers": [
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["STONE"],
"dispersion": "SCATTER"
},
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["DIRT"],
"dispersion": "SCATTER"
},
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 3,
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
],
"dispersion": "SCATTER"
]
},
{
"minHeight": 6,
"terrainZoom": 5,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
],
"dispersion": "SCATTER"
]
}
],
"childShrinkFactor": 1.5,
"derivative": "MOUNTAINS",
"auxiliaryGenerators": [
"generators":[
{
"offsetX": 0,
"offsetZ": 0,
"min": 0,
"seed": 1337,
"max": 64,
"zoom": 3
"generator": "plain",
"min": 12,
"max": 42
}
],
"highHeight": 17,
"lowHeight": 9
}
"derivative": "MOUNTAINS"
}

View File

@@ -23,8 +23,12 @@
]
}
],
"derivative": "OCEAN",
"heightExponent": 1,
"highHeight": 0,
"lowHeight": -32
"generators":[
{
"generator": "plain",
"min": -41,
"max": -7
}
],
"derivative": "OCEAN"
}

View File

@@ -30,9 +30,15 @@
]
}
],
"derivative": "PLAINS",
"heightFrequency": 0.2,
"heightExponent": 1,
"highHeight": 3,
"lowHeight": 3
"children": [
"mountains-dan"
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 7
}
],
"derivative": "PLAINS"
}

View File

@@ -1,15 +1,16 @@
{
"name": "Temperate",
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 4.2,
"shoreHeightZoom": 1.14,
"landBiomes": [
"plains-dan",
"mountains-dan"
"plains-dan"
],
"seaBiomes": [
"plains-dan"
"ocean-dan"
],
"shoreBiomes": [
"plains-dan"
"beach-dan"
]
}