9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/biomes/tropical-volcanoes.json
2021-05-08 18:40:33 -03:00

71 lines
1.5 KiB
JSON

{
"name": "Volcanoes",
"derivative": "THE_VOID",
"vanillaDerivative": "THE_VOID",
"children": [
"tropical-volcanoes-lava"
],
"childStyle": {
"style": "GLOB",
"zoom": 0.2,
"exponent": 4
},
"childShrinkFactor": 1,
"generators": [
{
"generator": "mountain",
"max": 100,
"min": 0
},
{
"generator": "plain",
"max": 80,
"min": 30
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "basalt"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "basalt",
"data": {
"axis": "x"
}
},
{
"block": "basalt",
"data": {
"axis": "y"
}
},
{
"block": "basalt",
"data": {
"axis": "z"
}
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"palette": [
{
"block": "blackstone"
}
]
}
]
}