9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/frozen-mountains.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

198 lines
5.0 KiB
JSON

{
"name": "Frozen Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
"SNOW_BLOCK"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"PACKED_ICE"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"decorators": [
{
"palette": [
"minecraft:snow[layers=1]",
"minecraft:snow[layers=2]",
"minecraft:snow[layers=3]",
"minecraft:snow[layers=4]"
],
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
}
}
],
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-vander"
],
"objects": [
{
"chance": 0.02,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ic-1",
"ice-spikes/ic-2",
"ice-spikes/ic-3",
"ice-spikes/ic-4",
"ice-spikes/ic-5",
"ice-spikes/ic-6",
"ice-spikes/ic-7",
"ice-spikes/ic-8",
"ice-spikes/ic-9",
"ice-spikes/ic-10",
"ice-spikes/ic-11",
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.5,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"frosted-spruce/large-5",
"frosted-spruce/large-6",
"frosted-spruce/large-7",
"frosted-spruce/large-8",
"frosted-spruce/large-9",
"frosted-spruce/large-10",
"frosted-spruce/large-12",
"frosted-spruce/large-13",
"frosted-spruce/large-14",
"frosted-spruce/large-15",
"frosted-spruce/large-16",
"frosted-spruce/large-17",
"frosted-spruce/large-18",
"frosted-spruce/large-19",
"frosted-spruce/large-20",
"frosted-spruce/large-21",
"frosted-spruce/large-22",
"frosted-spruce/large-23",
"frosted-spruce/large-24",
"frosted-spruce/large-25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.05,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"generators": [
{
"generator": "plain",
"min": 3,
"max": 16
},
{
"generator": "mountain",
"min": 13,
"max": 48
}
],
"childShrinkFactor": 20,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 30,
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
]
}