9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/overworld/biomes/hot-desert-red.json
Daniel Mills 5a69029d78 Gen Fixes
2020-08-15 20:05:35 -04:00

96 lines
2.4 KiB
JSON

{
"name": "Red Desert",
"rarity": 2,
"layers": [
{
"dispersion": {"style": "STATIC"},
"terrainZoom": 0.85,
"palette": [
"RED_SAND",
"RED_SAND",
"ORANGE_CONCRETE_POWDER",
"RED_SAND",
"RED_SAND"
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [
"RED_SANDSTONE"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": {"style": "STATIC"},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall":
{
"style": {"style": "STATIC"},
"palette": [
"minecraft:smooth_red_sandstone",
"RED_SAND",
"minecraft:smooth_red_sandstone"
]
},
"slab": {
"style": {"style":"STATIC"},
"palette": [
"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"children": [
"hot-desert-hills"
],
"decorators": [
{
"verticalZoom": 20,
"verticalVariance": "IRIS",
"dispersion": {"style": "STATIC"},
"variance": {"style": "STATIC"},
"stackMin": 1,
"stackMax": 5,
"chance": 0.005,
"palette": [
"CACTUS"
]
},
{
"zoom": 0.3,
"chance": 0.0135,
"palette": [
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
],
"dispersion": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.092,
"palette": [
"DEAD_BUSH"
],
"dispersion": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"derivative": "DESERT"
}