mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 20:29:12 +00:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "Cave Biome 1",
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"WARPED_WART_BLOCK"
|
|
]
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"chance": 1,
|
|
"density": 5,
|
|
"rotation": {
|
|
"enabled": true
|
|
},
|
|
"place": [
|
|
"testx"
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"decorators": [
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.09,
|
|
"palette": ["BROWN_MUSHROOM"],
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER"
|
|
},
|
|
{
|
|
"zoom": 0.3,
|
|
"chance": 0.12,
|
|
"stackMin": 12,
|
|
"stackMax": 12,
|
|
"palette": ["TWISTING_VINES_PLANT"],
|
|
"dispersion": "SCATTER",
|
|
"variance": "SCATTER"
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": 12,
|
|
"max": 12
|
|
}
|
|
],
|
|
"derivative": "PLAINS"
|
|
} |