9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/ocean/oce-deep.json
2021-07-10 23:20:39 -04:00

138 lines
3.9 KiB
JSON

{
"name": "Ocean Deep",
"derivative": "DEEP_OCEAN",
"vanillaDerivative": "DEEP_OCEAN",
"generators": [{
"generator": "smooth-dunes",
"max": -30,
"min": -50
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {"style": "IRIS"},
"zoom": 0.6,
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"weight": 2,
"block": "sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"palette": [{"block": "gravel"}]
}
],
"decorators": [
{
"chance": 0.09,
"palette": [{"block": "kelp_plant"}],
"stackMin": 2,
"stackMax": 12,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.2,
"palette": [{"block": "seagrass"}]
},
{
"chance": 0.2,
"palette": [{
"block": "tall_seagrass",
"data": {"half": "lower"}
}],
"topPalette": [{
"block": "tall_seagrass",
"data": {"half": "upper"}
}],
"partOf": "SEA_FLOOR"
}
],
"objects": [
{
"underwater": true,
"waterloggable": true,
"chance": 0.008,
"mode": "FAST_MIN_HEIGHT",
"bottom": true,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
},
"place": [
"ships/gall-1",
"ships/gall-2",
"ships/gall-3"
]
},
{
"place": [
"ships/generic-w",
"ships/generic-c",
"ships/generic-r",
"ships/generic-u",
"ships/generic-c"
],
"chance": 0.001,
"onwater": true,
"translate": {"y": -1},
"waterloggable": true
},
{
"underwater": true,
"waterloggable": true,
"chance": 0.01,
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"place": [
"shipwreck/with-mast",
"shipwreck/with-mast-degraded",
"shipwreck/rightsideup-full",
"shipwreck/rightsideup-full-degraded",
"shipwreck/rightsideup-fronthalf",
"shipwreck/rightsideup-fronthalf-degraded",
"shipwreck/rightsideup-backhalf",
"shipwreck/rightsideup-backhalf-degraded",
"shipwreck/sideways-full",
"shipwreck/sideways-full-degraded",
"shipwreck/sideways-fronthalf",
"shipwreck/sideways-fronthalf-degraded",
"shipwreck/sideways-backhalf",
"shipwreck/sideways-backhalf-degraded",
"shipwreck/upsidedown-full",
"shipwreck/upsidedown-full-degraded",
"shipwreck/upsidedown-fronthalf",
"shipwreck/upsidedown-fronthalf-degraded",
"shipwreck/upsidedown-backhalf",
"shipwreck/upsidedown-backhalf-degraded"
]
}
]
}