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:
23
dev.dan/biomes/beach-dan.json
Normal file
23
dev.dan/biomes/beach-dan.json
Normal 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
|
||||
}
|
||||
65
dev.dan/biomes/mountains-dan.json
Normal file
65
dev.dan/biomes/mountains-dan.json
Normal 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
|
||||
}
|
||||
30
dev.dan/biomes/ocean-dan.json
Normal file
30
dev.dan/biomes/ocean-dan.json
Normal 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
|
||||
}
|
||||
56
dev.dan/biomes/plains-dan.json
Normal file
56
dev.dan/biomes/plains-dan.json
Normal 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
|
||||
}
|
||||
26
dev.dan/dimensions/dan.json
Normal file
26
dev.dan/dimensions/dan.json
Normal 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
15
dev.dan/regions/dan.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Temperate",
|
||||
"shoreRatio": 0.05,
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"landBiomes": [
|
||||
"plains-dan",
|
||||
"mountains-dan"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"ocean-dan"
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"beach-dan"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user