9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
This commit is contained in:
Daniel Mills
2020-05-18 09:10:08 -04:00
parent 70359c0014
commit 1fb91cdc2f
4 changed files with 20 additions and 35 deletions

View File

@@ -2,13 +2,13 @@
"children": [],
"decorators": [],
"objects": [],
"name": "Plains",
"name": "Mountains",
"layers": [
{
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": ["GRASS_BLOCK"],
"palette": ["STONE"],
"dispersion": "SCATTER"
},
{
@@ -46,20 +46,12 @@
{
"offsetX": 0,
"offsetZ": 0,
"min": 2,
"min": 0,
"seed": 1337,
"max": 5,
"max": 64,
"zoom": 3
},
{
"offsetX": 0,
"offsetZ": 0,
"min": 6,
"seed": 1339,
"max": 8,
"zoom": 2
}
],
"highHeight": 211,
"lowHeight": 3
"highHeight": 17,
"lowHeight": 9
}

View File

@@ -1,23 +1,5 @@
{
"name": "Plains",
"auxiliaryGenerators":[
{
"zoom": 3,
"offsetX": 0,
"offsetZ": 0,
"seed": 1337,
"min": 1,
"max": 5
},
{
"zoom": 2,
"offsetX": 0,
"offsetZ": 0,
"seed": 1339,
"min": 1,
"max": 2
}
],
"layers": [
{
"palette": [
@@ -32,7 +14,7 @@
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"palette": [
"DIRT",
"COARSE_DIRT"
]

View File

@@ -7,9 +7,9 @@
"mountains-dan"
],
"seaBiomes": [
"ocean-dan"
"plains-dan"
],
"shoreBiomes": [
"beach-dan"
"plains-dan"
]
}