mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
88 lines
1.9 KiB
JSON
88 lines
1.9 KiB
JSON
{
|
|
"name": "Frozen Ocean",
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
"ICE"
|
|
]
|
|
},
|
|
{
|
|
"palette": [
|
|
"DIRT",
|
|
"GRAVEL",
|
|
"STONE"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT",
|
|
"DIRT",
|
|
"COARSE_DIRT"
|
|
]
|
|
}
|
|
],
|
|
"seaLayers": [
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"dispersion": "WISPY",
|
|
"terrainZoom": 1,
|
|
"palette": [
|
|
"ICE",
|
|
"AIR"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 2,
|
|
"palette": [
|
|
"PACKED_ICE"
|
|
]
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"chance": 0.001,
|
|
"density": 3,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"snow": 0.35,
|
|
"place": [
|
|
"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
|
|
}
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": -12,
|
|
"max": -7
|
|
}
|
|
],
|
|
"derivative": "DEEP_FROZEN_OCEAN"
|
|
} |