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:
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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.
@@ -3,8 +3,7 @@
|
||||
"shoreRatio": 0.05,
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"landBiomes": [
|
||||
"a",
|
||||
"b"
|
||||
"a"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"ocean"
|
||||
|
||||
Reference in New Issue
Block a user