mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"name": "Hot Sandy Red Cave",
|
|
"derivative": "DESERT",
|
|
"vanillaDerivative": "DESERT",
|
|
"generators": [{
|
|
"min": 4,
|
|
"max": 6,
|
|
"generator": "plain"
|
|
}],
|
|
"layers": [{
|
|
"minHeight": 1,
|
|
"maxHeight": 2,
|
|
"palette": [{"block": "terracotta"}]
|
|
}],
|
|
"entitySpawnOverrides": [{
|
|
"trigger": "SKELETON",
|
|
"entity": "shroud",
|
|
"cancelSourceSpawn": true,
|
|
"rarity": 12
|
|
}],
|
|
"decorators": [{
|
|
"chance": 1.0E-4,
|
|
"palette": [{"block": "barrel"}]
|
|
}],
|
|
"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
|
|
}
|
|
}],
|
|
"slab": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"waterlogged": false,
|
|
"type": "bottom"
|
|
},
|
|
"block": "red_sandstone_slab"
|
|
},
|
|
{
|
|
"data": {
|
|
"waterlogged": false,
|
|
"type": "bottom"
|
|
},
|
|
"block": "smooth_red_sandstone_slab"
|
|
},
|
|
{
|
|
"weight": 5,
|
|
"block": "air"
|
|
}
|
|
]
|
|
}
|
|
}
|