mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-03 14:12:09 +00:00
39 lines
726 B
JSON
39 lines
726 B
JSON
{
|
|
"name": "Test",
|
|
"auxiliaryGenerators":[
|
|
{
|
|
"zoom": 3,
|
|
"offsetX": 0,
|
|
"offsetZ": 0,
|
|
"seed": 1337,
|
|
"min": 0,
|
|
"max": 3
|
|
}
|
|
],
|
|
"layers": [
|
|
{
|
|
"palette": [
|
|
"STONE"
|
|
]
|
|
},
|
|
{
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT",
|
|
"DIRT",
|
|
"COARSE_DIRT"
|
|
]
|
|
}
|
|
],
|
|
"derivative": "PLAINS",
|
|
"heightFrequency": 0.2,
|
|
"heightExponent": 1,
|
|
"highHeight": 6,
|
|
"lowHeight": 3
|
|
} |