mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
137 lines
3.5 KiB
JSON
137 lines
3.5 KiB
JSON
{
|
|
"name": "Frozen Plains",
|
|
"layers": [
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 1,
|
|
"dispersion": "WISPY",
|
|
"terrainZoom": 1,
|
|
"palette": [
|
|
"minecraft:snow[layers=1]",
|
|
"minecraft:snow[layers=2]",
|
|
"minecraft:snow[layers=3]",
|
|
"minecraft:snow[layers=4]",
|
|
"minecraft:snow[layers=5]",
|
|
"minecraft:snow[layers=6]",
|
|
"minecraft:snow[layers=7]",
|
|
"minecraft:snow[layers=8]"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 5,
|
|
"palette": [
|
|
"SNOW_BLOCK"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 5,
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 6,
|
|
"maxHeight": 18,
|
|
"dispersion": "SCATTER",
|
|
"palette": [
|
|
"STONE",
|
|
"ANDESITE",
|
|
"STONE"
|
|
]
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"chance": 0.01,
|
|
"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.8,
|
|
"density": 3,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"snow": 0.35,
|
|
"place": [
|
|
"wonderland/twirlSpruce-1",
|
|
"wonderland/twirlSpruce-2",
|
|
"wonderland/twirlSpruce-3",
|
|
"wonderland/twirlSpruce-4",
|
|
"wonderland/twirlSpruce-5",
|
|
"wonderland/twirlSpruce-6",
|
|
"wonderland/twirlSpruce-7",
|
|
"wonderland/twirlSpruce-8",
|
|
"wonderland/twirlSpruce-9",
|
|
"wonderland/twirlSpruce-10"
|
|
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"children": [
|
|
"frozen-plains-hills"
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": 4,
|
|
"max": 6
|
|
},
|
|
{
|
|
"generator": "wavy",
|
|
"min": 2,
|
|
"max": 5
|
|
}
|
|
],
|
|
"derivative": "ICE_SPIKES"
|
|
} |