9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00

Merge pull request #96 from CocoTheOwner/remove-height-issue

patch height exceeding generator
This commit is contained in:
Brian Neumann-Fopiano
2021-06-29 16:14:55 -07:00
committed by GitHub

View File

@@ -7,8 +7,8 @@
],
"generators": [
{
"min": 190,
"max": 256,
"min": 170,
"max": 192,
"generator": "plain"
}
],