mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "Volcanic",
|
|
"layers": [
|
|
{
|
|
"dispersion": "SCATTER",
|
|
"terrainZoom": 0.25,
|
|
"maxHeight": 4,
|
|
"minHeight": 2,
|
|
"palette": [
|
|
"minecraft:basalt[axis=x]",
|
|
"minecraft:basalt[axis=y]",
|
|
"minecraft:basalt[axis=z]"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 6,
|
|
"maxHeight": 18,
|
|
"dispersion": "SCATTER",
|
|
"palette": [
|
|
"STONE",
|
|
"ANDESITE",
|
|
"STONE"
|
|
]
|
|
}
|
|
],
|
|
"decorators":[
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.04,
|
|
"palette": [
|
|
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
|
|
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
|
|
],
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER"
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": 9,
|
|
"max": 22
|
|
},
|
|
{
|
|
"generator": "wavy",
|
|
"min": 22,
|
|
"max": 35
|
|
},
|
|
{
|
|
"generator": "mountain",
|
|
"min": 8,
|
|
"max": 12
|
|
}
|
|
],
|
|
"derivative": "DESERT"
|
|
} |