9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/biomes/frozen/fzn-mountain-cliffs.json

259 lines
6.7 KiB
JSON

{
"name": "Frozen Mountain Cliffs",
"derivative": "SNOWY_MOUNTAINS",
"vanillaDerivative": "SNOWY_MOUNTAINS",
"layers": [
{
"minHeight": 0,
"maxHeight": 2,
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 0,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
},
{
"minHeight": 1,
"maxHeight": 5,
"palette": [{"block": "packed_ice"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "andesite"},
{
"weight": 2,
"block": "stone"
}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"generators": [{
"min": 14,
"max": 65,
"generator": "plain-cliffs"
}],
"biomeScatter": [
"ICE_SPIKES",
"FROZEN_OCEAN",
"FROZEN_RIVER"
],
"objects": [
{
"chance": 0.003,
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.5,
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"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.01,
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": true
},
"place": [
"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,
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"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",
"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"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"biomeZoom": 30,
"biomeStyle": {"style": "IRIS"},
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 5},
"block": "snow"
},
{
"data": {"layers": 6},
"block": "snow"
},
{
"data": {"layers": 7},
"block": "snow"
},
{
"data": {"layers": 8},
"block": "snow"
}
]
}],
"entityInitialSpawns": [
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "wolf",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"wall": {
"style": {"style": "IRIS"},
"palette": [{"block": "packed_ice"}]
}
}