9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/biomes/rocky-mountains.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

107 lines
2.3 KiB
JSON

{
"name": "Rock Mountains",
"rarity": 7,
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
"STONE",
"ANDESITE",
"GRAVEL"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"generators": [
{
"generator": "plain",
"min": 29,
"max": 63
}
],
"children": [
"rocky-mountains-cliffs"
],
"childShrinkFactor": 8,
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"objects": [
{
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 30,
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
]
}