9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/iris.development.dan/biomes/plains-dan.json
Daniel Mills 8f86414862 Fix
2020-05-16 02:26:05 -04:00

28 lines
507 B
JSON

{
"name": "Plains",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"derivative": "PLAINS",
"heightExponent": 1,
"highHeight": 7,
"lowHeight": 4
}