9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/hot/oasis.json
2021-07-03 22:41:52 -07:00

75 lines
1.6 KiB
JSON

{
"name": "Hot Oasis",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [
{
"generator": "plain",
"max": -7,
"min": -8
}
],
"layers": [
{
"minHeight": 3,
"maxHeight": 10,
"slopeCondition": {
"minimumSlope": 4.5,
"maximumSlope": 20
},
"palette": [
{
"block": "terracotta"
}
]
},
{
"minHeight": 5,
"maxHeight": 5,
"style": {
"style": "FRACTAL_WATER"
},
"zoom": 0.7,
"palette": [
{
"weight": 1,
"block": "sand"
},
{
"weight": 1,
"block": "smooth_sandstone"
}
]
}
],
"decorators": [
{
"verticalZoom": 5,
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
},
{
"chance": 0.005,
"palette": [
{
"block": "dead_bush"
}
]
}
]
}