9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-03 22:16:33 +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"