9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/mountain/mtn-beach.json
CocoTheOwner be2432bd03 x
2021-07-19 00:08:45 +02:00

54 lines
1.1 KiB
JSON

{
"name": "Mountain Beach",
"derivative": "TAIGA_MOUNTAINS",
"rarity": 1,
"color": "#365B8F",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"generators": [{
"min": 0,
"max": 2,
"generator": "plain"
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{"block": "stone"},
{"block": "andesite"}
]
},
{
"minHeight": 1,
"maxHeight": 6,
"palette": [{"block": "stone"}]
}
],
"objects": [{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/bincluster1"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}],
"slab": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone_slab"},
{"block": "air"}
]
}
}