mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-06 15:41:36 +00:00
149 lines
3.4 KiB
JSON
149 lines
3.4 KiB
JSON
{
|
|
"name": "Frozen Spruce Hills",
|
|
"derivative": "SNOWY_TAIGA",
|
|
"vanillaDerivative": "SNOWY_TAIGA",
|
|
"layers": [
|
|
{
|
|
"minHeight": 0,
|
|
"maxHeight": 2,
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"chance": 0.8,
|
|
"snow": 1,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"place": [
|
|
"evergreen/fantasy_evergreen_large1","evergreen/fantasy_evergreen_large1","evergreen/fantasy_evergreen_medium1","evergreen/fantasy_evergreen_medium2","evergreen/fantasy_evergreen_medium3"],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": -2,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"wall": {
|
|
"palette": [
|
|
{
|
|
"block": "stone"
|
|
},
|
|
{
|
|
"block": "andesite"
|
|
}
|
|
]
|
|
},
|
|
"entityInitialSpawns": [
|
|
{
|
|
"entity": "polar-bear",
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1,
|
|
"rarity": 7
|
|
}
|
|
]
|
|
} |