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-pine-hills.json

117 lines
2.6 KiB
JSON

{
"name": "Frozen Pine Hills",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"layers": [
{
"minHeight": 0,
"maxHeight": 1,
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
},
{
"minHeight": 6,
"maxHeight": 28,
"palette": [{"block": "dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"generators": [{
"generator": "smooth-dunes",
"max": 20,
"min": 6
}],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"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"}
]
}],
"wall": {"palette": [
{"block": "stone"},
{"block": "andesite"}
]},
"objects": [{
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9"
],
"chance": 0.9,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
},
"snow": 0.1
}],
"entityInitialSpawns": [{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 7
}]
}