9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +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,63 @@
{
"children": ["another_biome"],
"decorators": [{
"zoom": 1,
"palette": ["GRASS"],
"dispersion": "SCATTER",
"iterations": 5
}],
"objects": [{
"chance": 1,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"place": [
"schematic1",
"schematic2"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}],
"name": "A Biome",
"layers": [{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["GRASS_BLOCK"],
"dispersion": "SCATTER"
}],
"childShrinkFactor": 1.5,
"derivative": "THE_VOID",
"auxiliaryGenerators": [{
"offsetX": 0,
"offsetZ": 0,
"min": 0,
"seed": 0,
"max": 10,
"zoom": 1
}],
"highHeight": 3,
"lowHeight": 1
}

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,58 @@
{
"name": "Plains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"objects": [
{
"place": ["LargeBoi"],
"chance": 0.03,
"translate": {
"y": -2
},
"rotation": {
"enabled": true,
"xAxis": {
"enabled": true,
"min": -23,
"max": 23,
"interval": 1
},
"yAxis": {
"enabled": true,
"min": 0,
"max": 0,
"interval": 90
},
"zAxis": {
"enabled": true,
"min": -23,
"max": 23,
"interval": 1
}
}
}
],
"derivative": "PLAINS",
"heightExponent": 1,
"highHeight": 7,
"lowHeight": 1
}

View File

@@ -0,0 +1,25 @@
{
"environment": "NORMAL",
"fluidHeight": 63,
"biomeZoom": 4,
"dimensionAngleDeg": 12,
"terrainZoom": 1,
"interpolationFunction": "BILINEAR",
"interpolationScale": 80,
"interpolationSurfaceFunction": "BILINEAR",
"interpolationSurfaceScale": 40,
"roughnessHeight": 1,
"coordFractureZoom": 2,
"coordFractureDistance": 222,
"hermiteTension": 1,
"landZoom": 4,
"debugFastPregen": true,
"seaZoom": 0.3,
"continentZoom": 0.2,
"hermiteBias": 0.5,
"placeObjects": true,
"roughnessZoom": 1,
"regions": [
"brian"
]
}

View File

@@ -0,0 +1,15 @@
{
"name": "Brian",
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"landBiomes": [
"plains-brian"
"birch-ponderosa-brian"
],
"seaBiomes": [
"ocean-brian"
],
"shoreBiomes": [
"beach-brian"
]
}