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-red-cave.json
Daniel Mills eba8578e1f Reg shroud
2020-09-02 16:46:37 -04:00

123 lines
2.8 KiB
JSON

{
"name": "Red Sandstone Cavern",
"layers": [
{
"maxHeight": 2,
"minHeight": 1,
"palette": [
"SMOOTH_RED_SANDSTONE"
]
}
],
"loot": {
"tables": [
"cave-clutter",
"cactus-clutter"
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:red_sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]",
"AIR"
]
},
"entitySpawns": [
{
"rarity": 12,
"entity": "shroud",
"cancelSourceSpawn": true,
"trigger": "SKELETON"
}
],
"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
}
}
],
"decorators": [
{
"chance": 0.0001,
"palette": [
"BARREL"
]
},
{
"verticalZoom": 20,
"heightVariance": {
"style": "IRIS"
},
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
},
"stackMin": 1,
"stackMax": 2,
"chance": 0.005,
"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.092,
"palette": [
"DEAD_BUSH"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 6
}
],
"derivative": "DESERT"
}