9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00

Fix Mesa Plateau issues

This commit is contained in:
Daniel Mills
2021-07-24 12:12:55 -04:00
parent 558d381152
commit 332422d9da
3 changed files with 5 additions and 35 deletions

View File

@@ -8,17 +8,7 @@
"generators": [
{
"min": 33,
"max": 35,
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-dunes"
},
{
"min": 2,
"max": 6,
"max": 41,
"generator": "cracked-cliffs"
}
],

View File

@@ -12,18 +12,8 @@
"children": ["mesa/plateau-dirt-high"],
"generators": [
{
"min": 55,
"max": 45,
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-dunes"
},
{
"min": 2,
"max": 6,
"min": 45,
"max": 58,
"generator": "cracked-cliffs"
}
],

View File

@@ -12,18 +12,8 @@
"children": ["mesa/plateau-dirt"],
"generators": [
{
"min": 35,
"max": 35,
"generator": "canyon-steep"
},
{
"min": 2,
"max": 3,
"generator": "smooth-dunes"
},
{
"min": 2,
"max": 6,
"min": 34,
"max": 40,
"generator": "cracked-cliffs"
}
],