9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/hot-desert.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

149 lines
3.3 KiB
JSON

{
"name": "Desert",
"layers": [
{
"palette": [
"SAND"
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [
"SANDSTONE"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"SMOOTH_SANDSTONE",
"SAND",
"SMOOTH_SANDSTONE"
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"children": [
"hot-desert-hills"
],
"objects": [
{
"place": [
"clutter/desert-post1",
"clutter/desert-post2",
"clutter/desert-post3"
],
"chance": 0.001,
"density": 3
},
{
"chance": 0.005,
"clamp": {
"maximumHeight": 108
},
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"global-clutter/sphinxToomb-1",
"global-clutter/BrokSphinxToomb-1"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"decorators": [
{
"verticalZoom": 20,
"heightVariance": {
"style": "IRIS"
},
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
},
"stackMin": 1,
"stackMax": 5,
"chance": 0.001,
"palette": [
"CACTUS"
]
},
{
"zoom": 0.3,
"chance": 0.00235,
"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.01,
"palette": [
"DEAD_BUSH"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"derivative": "DESERT"
}