9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/biomes/cave/sandy-cave.json
Brian Fopiano 14d470d1b2 Entity Spawn Overrides REMOVED
Will re implement later
2021-07-31 16:07:27 -07:00

121 lines
3.1 KiB
JSON

{
"name": "Hot Sandy Cave",
"derivative": "DESERT",
"vanillaDerivative": "DESERT",
"generators": [{
"min": 4,
"max": 6,
"generator": "plain"
}],
"layers": [{
"minHeight": 1,
"maxHeight": 2,
"palette": [{"block": "smooth_sandstone"}]
}],
"decorators": [
{
"chance": 1.0E-4,
"palette": [{"block": "barrel"}]
},
{
"verticalZoom": 20,
"chance": 0.01,
"variance": {"style": "STATIC"},
"stackMax": 2,
"style": {"style": "STATIC"},
"palette": [{"block": "cactus"}],
"heightVariance": {"style": "IRIS"},
"stackMin": 1
},
{
"chance": 0.0235,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "polished_blackstone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "polished_blackstone_button"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.012,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "dead_bush"}],
"style": {"style": "STATIC"}
}
],
"objects": [
{
"chance": 0.15,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/oakclutt1",
"clutter/oakclutt2",
"clutter/oakclutt3",
"clutter/oakclutt4",
"clutter/oakclutt5"
]
},
{
"chance": 8.56E-4,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/grave1"]
}
],
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "sandstone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "smooth_sandstone_slab"
},
{
"weight": 5,
"block": "air"
}
]
}
}