mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
135 lines
3.1 KiB
JSON
135 lines
3.1 KiB
JSON
{
|
|
"name": "Frozen Ocean",
|
|
"layers": [
|
|
{
|
|
"palette": [
|
|
"DIRT",
|
|
"GRAVEL",
|
|
"STONE"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 3,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
"SAND",
|
|
"CLAY",
|
|
"SAND",
|
|
"GRAVEL",
|
|
"SAND",
|
|
"DIRT",
|
|
"SAND",
|
|
"SAND"
|
|
]
|
|
}
|
|
],
|
|
"loot": {
|
|
"tables": [
|
|
"ocean-clutter"
|
|
]
|
|
},
|
|
"seaLayers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"style": {
|
|
"style": "FRACTAL_WATER",
|
|
"fracture": {
|
|
"style": "IRIS_DOUBLE",
|
|
"multiplier": 9.25
|
|
}
|
|
},
|
|
"zoom": 1.16,
|
|
"palette": [
|
|
"ICE",
|
|
"ICE",
|
|
"PACKED_ICE",
|
|
"PACKED_ICE",
|
|
"PACKED_ICE",
|
|
"BLUE_ICE",
|
|
"PACKED_ICE",
|
|
"PACKED_ICE",
|
|
"PACKED_ICE",
|
|
"ICE",
|
|
"ICE"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 2,
|
|
"palette": [
|
|
"PACKED_ICE"
|
|
]
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"chance": 0.01,
|
|
"density": 3,
|
|
"onwater": true,
|
|
"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
|
|
}
|
|
},
|
|
{
|
|
"chance": 0.05,
|
|
"onwater": true,
|
|
"density": 3,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"snow": 0.01,
|
|
"place": [
|
|
"ice-spikes/ice-spec-1",
|
|
"ice-spikes/ice-spec-2",
|
|
"ice-spikes/ice-spec-3",
|
|
"ice-spikes/ice-spec-4",
|
|
"ice-spikes/ice-spec-5"
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": -12,
|
|
"max": -7
|
|
}
|
|
],
|
|
"derivative": "DEEP_FROZEN_OCEAN"
|
|
} |