mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 19:59:10 +00:00
Tests
This commit is contained in:
27
dev.test/biomes/a.json
Normal file
27
dev.test/biomes/a.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Land",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 12,
|
||||
"max": 12
|
||||
}
|
||||
],
|
||||
"derivative": "JUNGLE_EDGE"
|
||||
}
|
||||
27
dev.test/biomes/b.json
Normal file
27
dev.test/biomes/b.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Land",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"STONE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 12,
|
||||
"max": 12
|
||||
}
|
||||
],
|
||||
"derivative": "JUNGLE_EDGE"
|
||||
}
|
||||
27
dev.test/biomes/beach.json
Normal file
27
dev.test/biomes/beach.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Beach",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"SAND"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": -1,
|
||||
"max": -1
|
||||
}
|
||||
],
|
||||
"derivative": "JUNGLE_EDGE"
|
||||
}
|
||||
27
dev.test/biomes/ocean.json
Normal file
27
dev.test/biomes/ocean.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Sea",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"EMERALD_BLOCK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": -8,
|
||||
"max": -8
|
||||
}
|
||||
],
|
||||
"derivative": "OCEAN"
|
||||
}
|
||||
25
dev.test/dimensions/test.json
Normal file
25
dev.test/dimensions/test.json
Normal 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": [
|
||||
"test"
|
||||
]
|
||||
}
|
||||
15
dev.test/regions/test.json
Normal file
15
dev.test/regions/test.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Brian",
|
||||
"shoreRatio": 0.05,
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"landBiomes": [
|
||||
"a",
|
||||
"b"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"ocean"
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"beach"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user