9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/hot-sandy-cave.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

119 lines
2.9 KiB
JSON

{
"name": "Sandstone Caverns",
"layers": [
{
"minHeight": 1,
"maxHeight": 2,
"palette": [
"SMOOTH_SANDSTONE"
]
}
],
"slab": {
"style": {"style":"STATIC"},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR"
]
},
"decorators": [
{
"chance": 0.0001,
"palette": [
"BARREL"
]
},
{
"verticalZoom": 20,
"heightVariance": {"style": "IRIS"},
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"},
"stackMin": 1,
"stackMax": 2,
"chance": 0.01,
"palette": [
"CACTUS"
]
},
{
"zoom": 0.3,
"chance": 0.0235,
"palette": [
"minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]",
"minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.012,
"palette": [
"DEAD_BUSH"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"loot": {
"tables": [
"cave-clutter",
"cactus-clutter"
]
},
"objects":[
{
"chance": 0.15,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.000856,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"grave/grave"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"derivative": "DESERT"
}