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-deep.json
Brian Fopiano b8fdb046b6 Deep Clean
2021-06-08 19:06:41 -07:00

167 lines
4.3 KiB
JSON

{
"name": "Deep Ocean",
"derivative": "DEEP_OCEAN",
"vanillaDerivative": "DEEP_OCEAN",
"generators": [
{
"generator": "smooth-dunes",
"max": -25,
"min": -50
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {
"style": "FRACTAL_FBM_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
},
{
"chance": 0.2,
"palette": [
{
"block": "seagrass"
}
]
},
{
"chance": 0.2,
"palette": [
{
"block": "tall_seagrass",
"data": {
"half": "lower"
}
}
],
"topPalette": [
{
"block": "tall_seagrass",
"data": {
"half": "upper"
}
}
]
}
],
"loot": {
"tables": [
"ocean-clutter",
"global-treasure",
"cold-food",
"tropical-treasure"
]
},
"objects": [
{
"place": [
"ships/generic"
],
"chance": 0.01,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
},
{
"underwater": true,
"waterloggable": true,
"chance": 0.2,
"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"
]
},
{
"place": [
"ships/generic"
],
"chance": 0.005,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
}
]
}