mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-31 04:36:33 +00:00
28 lines
507 B
JSON
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
|
|
} |