9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00

Remove iris tag on packages

This commit is contained in:
Daniel Mills
2020-05-18 04:30:04 -04:00
parent 229336c566
commit d7e0e9c5bb
303 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"derivative": "BEACH",
"heightExponent": 1,
"highHeight": 2,
"lowHeight": -1
}

View File

@@ -0,0 +1,65 @@
{
"children": [],
"decorators": [],
"objects": [],
"name": "Plains",
"layers": [
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["GRASS_BLOCK"],
"dispersion": "SCATTER"
},
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["DIRT"],
"dispersion": "SCATTER"
},
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
],
"dispersion": "SCATTER"
},
{
"minHeight": 6,
"terrainZoom": 5,
"maxHeight": 18,
"palette": [
"STONE",
"ANDESITE",
"STONE"
],
"dispersion": "SCATTER"
}
],
"childShrinkFactor": 1.5,
"derivative": "MOUNTAINS",
"auxiliaryGenerators": [
{
"offsetX": 0,
"offsetZ": 0,
"min": 2,
"seed": 1337,
"max": 5,
"zoom": 3
},
{
"offsetX": 0,
"offsetZ": 0,
"min": 6,
"seed": 1339,
"max": 8,
"zoom": 2
}
],
"highHeight": 211,
"lowHeight": 3
}

View File

@@ -0,0 +1,30 @@
{
"name": "Ocean",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"derivative": "OCEAN",
"heightExponent": 1,
"highHeight": 0,
"lowHeight": -32
}

View File

@@ -0,0 +1,56 @@
{
"name": "Plains",
"auxiliaryGenerators":[
{
"zoom": 3,
"offsetX": 0,
"offsetZ": 0,
"seed": 1337,
"min": 1,
"max": 5
},
{
"zoom": 2,
"offsetX": 0,
"offsetZ": 0,
"seed": 1339,
"min": 1,
"max": 2
}
],
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"derivative": "PLAINS",
"heightFrequency": 0.2,
"heightExponent": 1,
"highHeight": 3,
"lowHeight": 3
}

View File

@@ -0,0 +1,26 @@
{
"environment": "NORMAL",
"fluidHeight": 63,
"biomeZoom": 1,
"dimensionAngleDeg": 45,
"terrainZoom": 1,
"interpolationFunction": "BILINEAR",
"interpolationScale": 160,
"interpolationSurfaceFunction": "BILINEAR",
"interpolationSurfaceScale": 160,
"interpolationAuxiliaryFunction": "BILINEAR",
"interpolationAuxiliaryScale": 12,
"hermiteTension": 0.00001,
"hermiteBias": 0.5,
"roughnessHeight": 0,
"coordFractureZoom": 2,
"coordFractureDistance": 222,
"landZoom": 2.5,
"seaZoom": 4,
"continentZoom": 0.5,
"placeObjects": true,
"roughnessZoom": 1,
"regions": [
"dan"
]
}

15
dev.dan/regions/dan.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "Temperate",
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"landBiomes": [
"plains-dan",
"mountains-dan"
],
"seaBiomes": [
"ocean-dan"
],
"shoreBiomes": [
"beach-dan"
]
}