9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/rocky-mountains.json
Daniel Mills 546daeddaa SLOOOOPEEEE
2020-11-22 13:00:35 -05:00

155 lines
3.5 KiB
JSON

{
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"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
}
}
],
"vanillaDerivative": "GRAVELLY_MOUNTAINS",
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"children": [
"rocky-mountains-cliffs"
],
"decorators": [
{
"chance": 0.009,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Rock Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 29,
"max": 63,
"generator": "plain"
}
],
"childShrinkFactor": 8,
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"rarity": 7
}