9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/mountain/mtn-beach.json

52 lines
1.1 KiB
JSON

{
"name": "Mountain Beach",
"derivative": "TAIGA_MOUNTAINS",
"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": ["camp/barrel-bin"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}],
"slab": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone_slab"},
{"block": "air"}
]
}
}