9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot-desert-red.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

124 lines
2.8 KiB
JSON

{
"name": "Red Desert",
"rarity": 2,
"layers": [
{
"style": {
"style": "IRIS_THICK",
"fracture": {
"style": "STATIC",
"multiplier": 7
}
},
"zoom": 0.65,
"palette": [
"RED_SAND",
"ORANGE_CONCRETE_POWDER"
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [
"RED_SANDSTONE"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"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,
"heightVariance": {
"style": "IRIS"
},
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
},
"stackMin": 1,
"stackMax": 5,
"chance": 0.004,
"palette": [
"CACTUS"
]
},
{
"zoom": 0.3,
"chance": 0.00875,
"palette": [
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
"AIR",
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.03,
"palette": [
"DEAD_BUSH"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"derivative": "DESERT"
}