9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/ocean-steep.json
Andrew Baker 811f9b443f V2 Branch
2021-04-14 10:16:44 -07:00

204 lines
5.0 KiB
JSON

{
"name": "Ocean Steep",
"derivative": "OCEAN",
"vanillaDerivative": "OCEAN",
"generators": [
{
"generator": "ocean-steep",
"max": -5,
"min": -25
}
],
"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": 2,
"palette": [
{
"block": "gravel"
}
]
}
],
"decorators": [
{
"chance": 0.1,
"palette": [
{
"block": "kelp_plant"
}
],
"stackMin": 4,
"stackMax": 10
},
{
"chance": 0.05,
"palette": [
{
"block": "seagrass"
}
]
},
{
"chance": 0.05,
"palette": [
{
"block": "tall_seagrass",
"data": {
"half": "lower"
}
}
],
"topPalette": [
{
"block": "tall_seagrass",
"data": {
"half": "upper"
}
}
]
}
],
"objects": [
{
"place": [
"ships/generic"
],
"chance": 0.01,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
},
{
"place": [
"landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 1,
"mode": "FAST_MIN_HEIGHT",
"underwater": true,
"waterloggable": true,
"edit": [
{
"find": [
{
"block": "grass_block"
},
{
"block": "dirt"
}
],
"replace": {
"palette": [
{
"block": "clay"
}
]
}
},
{
"find": [
{
"block": "tall_grass"
},
{
"block": "grass"
}
],
"replace": {
"palette": [
{
"block": "seagrass"
}
]
}
}
]
},
{
"place": [
"landform/underwater/ellipsoid-1"
],
"chance": 0.5,
"underwater": true,
"mode": "CENTER_HEIGHT",
"edit": [
{
"find": [
{
"block": "clay"
}
],
"replace": {
"style": {
"style": "GLOB",
"zoom": 0.02
},
"palette": [
{
"weight": 2,
"block": "clay"
},
{
"weight": 1,
"block": "cave_air"
}
]
}
}
]
},
{
"place": [
"ships/generic"
],
"chance": 0.005,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
}
]
}