9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/biomes/ocean/oce-tro-river-steep.json

132 lines
3.5 KiB
JSON

{
"name": "Tropical River Steep",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"generators": [{
"generator": "river",
"max": -6,
"min": -15
}],
"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": [
"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-w",
"ships/generic-c",
"ships/generic-r",
"ships/generic-u",
"ships/generic-c"
],
"chance": 0.005,
"onwater": true,
"translate": {"y": -2},
"waterloggable": true
}
]
}