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.json
Daniel Mills ec05a9ac42 LOOT TABLES
2020-08-21 03:48:42 -04:00

95 lines
2.2 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"
],
"decorators": [
{
"verticalZoom": 20,
"heightVariance": {"style": "IRIS"},
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"},
"stackMin": 1,
"stackMax": 5,
"chance": 0.009,
"palette": [
"CACTUS"
]
},
{
"zoom": 0.3,
"chance": 0.001235,
"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"
}