9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/hot-oasis.json
2021-06-08 13:47:20 -07:00

76 lines
1.6 KiB
JSON

{
"name": "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"
}
]
}
],
"rarity": 10
}