9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/ocean/oce-swa-ocean.json

174 lines
4.4 KiB
JSON

{
"name": "Swamp Ocean",
"derivative": "SWAMP",
"vanillaDerivative": "OCEAN",
"generators": [{
"min": -8,
"max": -3,
"generator": "river"
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "VASCULAR",
"zoom": 0.8,
"fracture": {"style": "STATIC"}
},
"zoom": 0.825,
"palette": [
{"block": "sand"},
{"block": "dirt"},
{"block": "gravel"},
{"block": "clay"}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
]
}
],
"decorators": [
{
"partOf": "SEA_SURFACE",
"chance": 0.025,
"variance": {"style": "STATIC"},
"zoom": 2.25,
"palette": [{"block": "lily_pad"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"zoom": 20,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
},
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.0013,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"stackMax": 24,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"stackMin": 2
},
{
"chance": 0.0095,
"verticalZoom": 20,
"variance": {"style": "STATIC"},
"stackMax": 9,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "STATIC"},
"stackMin": 1
},
{
"chance": 0.004,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": true,
"pickles": 2
},
"block": "sea_pickle"
}
],
"style": {"style": "STATIC"}
}
],
"objects": [{
"chance": 0.05,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"edit": [{
"find": [{"block": "oak_stairs"}],
"replace": {"palette": [{"block": "oak_planks"}]}
}],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
}],
"wall": {
"style": {"style": "IRIS"},
"palette": [
{"block": "clay"},
{
"weight": 2,
"block": "smooth_sandstone"
},
{"block": "sand"}
]
},
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "sandstone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "smooth_sandstone_slab"
},
{
"weight": 6,
"block": "air"
}
]
}
}