9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
This commit is contained in:
Daniel Mills
2020-08-17 20:23:58 -04:00
parent 9c32e33177
commit d00bb65554
6 changed files with 36 additions and 45 deletions

View File

@@ -23,6 +23,17 @@
]
}
],
"seaLayers": [
{
"minHeight": 1,
"maxHeight": 3,
"style": {"style": "STATIC"},
"zoom": 1,
"palette": [
"ICE"
]
}
],
"slab": {
"style": {"style": "STATIC"},
"palette": [

View File

@@ -69,24 +69,19 @@
],
"generators":[
{
"generator": "mesa-sharp-4",
"min": 2,
"max": 7
"generator": "plain",
"min": 4,
"max": 26
},
{
"generator": "mesa-sharp-5",
"min": 2,
"max": 5
},
{
"generator": "mesa-sharp-6",
"min": 2,
"max": 9
"min": 7,
"max": 11
},
{
"generator": "mesa-sharp-7",
"min": 2,
"max": 8
"min": 7,
"max": 18
}
],
"derivative": "SHATTERED_SAVANNA"

View File

@@ -69,24 +69,19 @@
],
"generators":[
{
"generator": "mesa-sharp-4",
"min": 2,
"max": 7
"generator": "plain",
"min": 9,
"max": 16
},
{
"generator": "mesa-sharp-5",
"min": 2,
"max": 5
},
{
"generator": "mesa-sharp-6",
"min": 2,
"max": 9
"min": 3,
"max": 19
},
{
"generator": "mesa-sharp-7",
"min": 2,
"max": 8
"min": 7,
"max": 13
}
],
"derivative": "SHATTERED_SAVANNA"

View File

@@ -78,23 +78,18 @@
],
"generators":[
{
"generator": "mesa-sharp-4",
"generator": "plain",
"min": 2,
"max": 7
"max": 12
},
{
"generator": "mesa-sharp-5",
"min": 2,
"max": 5
},
{
"generator": "mesa-sharp-6",
"min": 2,
"max": 9
"min": 8,
"max": 15
},
{
"generator": "mesa-sharp-7",
"min": 2,
"min": 3,
"max": 8
}
],

View File

@@ -87,24 +87,19 @@
],
"generators":[
{
"generator": "mesa-sharp-4",
"min": 7,
"max": 11
"generator": "plain",
"min": 9,
"max": 16
},
{
"generator": "mesa-sharp-5",
"min": 7,
"max": 11
},
{
"generator": "mesa-sharp-6",
"min": 7,
"max": 11
"max": 13
},
{
"generator": "mesa-sharp-7",
"min": 7,
"max": 11
"max": 16
}
],
"derivative": "SHATTERED_SAVANNA"

View File

@@ -12,7 +12,6 @@
"tundra",
"frozen"
],
"mirrorCeiling": false,
"decorate": true,
"placeObjects": true,
"postProcessing": true,
@@ -160,6 +159,7 @@
"processor": "waterlogger"
}
],
"landChance": 0.6,
"carvingZoom": 3.5,
"carvingMin": 115,
"carvingMax": 239,