9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/dev.brian/biomes/beach.json
Daniel Mills 30b7b910a8 Revert "Pondawhat?"
This reverts commit 31047bb4c0.
2020-07-21 03:13:23 -04:00

27 lines
481 B
JSON

{
"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"
}