9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00

Drop sky & cave tests

This commit is contained in:
Daniel Mills
2020-07-25 12:57:37 -04:00
parent fbe04481d9
commit 2b28eb843e
9 changed files with 6 additions and 165 deletions

View File

@@ -23,22 +23,5 @@
"max": 12
}
],
"objects": [
{
"chance": 0.5,
"density": 1,
"rotation": {
"enabled": false
},
"place": [
"tester"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"derivative": "JUNGLE_EDGE"
"derivative": "PLAINS"
}

View File

@@ -1,44 +0,0 @@
{
"name": "Land",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"STONE"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plain",
"min": 12,
"max": 12
}
],
"objects": [
{
"chance": 0.5,
"density": 1,
"rotation": {
"enabled": false
},
"place": [
"tester"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"derivative": "JUNGLE_EDGE"
}

View File

@@ -18,7 +18,10 @@
"continentZoom": 0.2,
"hermiteBias": 0.5,
"placeObjects": true,
"caves": false,
"caves": true,
"caveScale": 1,
"caveThickness": 1,
"caveShift": 0,
"roughnessZoom": 1,
"regions": [
"test"

Binary file not shown.

View File

@@ -3,8 +3,7 @@
"shoreRatio": 0.05,
"biomeImplosionRatio": 0.25,
"landBiomes": [
"a",
"b"
"a"
],
"seaBiomes": [
"ocean"

View File

@@ -1,51 +0,0 @@
{
"name": "Sky",
"layers": [
{
"minHeight": 6,
"maxHeight": 18,
"palette": [
"BLACKSTONE"
]
}
],
"objects": [
{
"chance": 2,
"density": 1,
"edit": [
{
"find": "ICE",
"replace": "MAGMA_BLOCK"
},
{
"find": "PACKED_ICE",
"replace": "COAL_BLOCK"
}
],
"place": [
"spire-magma/MagmaSpire1",
"spire-magma/MagmaSpire2",
"spire-magma/MagmaSpire3"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 27
},
{
"generator": "wavy",
"min": 3,
"max": 18
}
],
"derivative": "DESERT"
}

View File

@@ -1,16 +0,0 @@
{
"name": "Sky",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 4.2,
"shoreHeightZoom": 1.14,
"landBiomes": [
"sky"
],
"seaBiomes": [
"sky"
],
"shoreBiomes": [
"sky"
]
}

View File

@@ -1,33 +0,0 @@
{
"environment": "NORMAL",
"fluidHeight": 7,
"biomeZoom": 0.88,
"regionZoom": 3,
"continentZoom": 1,
"dimensionAngleDeg": 83,
"terrainZoom": 1,
"landZoom": 2.5,
"shoreZoom": 1.5,
"seaZoom": 4,
"interpolationFunction": "BICUBIC",
"interpolationScale": 12,
"hermiteTension": 0.00001,
"hermiteBias": 0.5,
"roughnessHeight": 0,
"coordFractureZoom": 0.5,
"coordFractureDistance": 136,
"placeObjects": true,
"roughnessZoom": 1,
"caveScale": 0.5,
"caves": false,
"focus": "",
"rockPalette": [
"AIR"
],
"fluidPalette": [
"AIR"
],
"regions": [
"sky"
]
}