9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/pine-plains.json
2021-07-04 16:54:47 -07:00

156 lines
3.5 KiB
JSON

{
"name": "Frozen Pine Plains",
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_TAIGA",
"children": [
"frozen/pine-hills"
],
"generators": [
{
"generator": "plain",
"max": 10,
"min": 6
},
{
"generator": "mountain",
"max": 6,
"min": 7
}
],
"layers": [
{
"minHeight": 0,
"maxHeight": 1,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "grass_block", "data": {
"snowy": true
}
}
]
},
{
"minHeight": 4,
"maxHeight": 7,
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager"
},
{
"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.09,
"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
}
]
}