9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/mountain-beach.json
2021-06-08 13:47:20 -07:00

76 lines
1.5 KiB
JSON

{
"vanillaDerivative": "TAIGA_MOUNTAINS",
"objects": [
{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone_slab"
},
{
"block": "air"
}
]
},
"name": "Beach",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
}
]
},
{
"minHeight": 1,
"maxHeight": 6,
"palette": [
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 0,
"max": 2,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "TAIGA_MOUNTAINS"
}