mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-04 15:31:38 +00:00
39 lines
697 B
JSON
39 lines
697 B
JSON
{
|
|
"name": "Plains",
|
|
"layers": [
|
|
{
|
|
"palette": [
|
|
"GRASS_BLOCK"
|
|
]
|
|
},
|
|
{
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT",
|
|
"DIRT",
|
|
"COARSE_DIRT"
|
|
]
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"place": [
|
|
"small/SmolBoi"
|
|
],
|
|
"chance": 0.2
|
|
}
|
|
],
|
|
"children": [
|
|
"rolling_plains"
|
|
],
|
|
"derivative": "PLAINS",
|
|
"heightExponent": 1,
|
|
"highHeight": 7,
|
|
"lowHeight": 4
|
|
} |