9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 14:12:09 +00:00
Files
Iris-Pack-Overworld/iris.development.dan/biomes/test-dan.json
Daniel Mills af9616c197 fixes
2020-05-16 23:13:17 -04:00

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
}