9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
Files
Iris-Pack-EarthWorld/biomes/swamp-ocean.json
2020-10-12 02:05:26 -04:00

252 lines
5.7 KiB
JSON

{
"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": 0.0006,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"block": "soul_sand"
},
{
"block": "magma_block"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {
"style": "STATIC"
},
"stackMax": 24,
"zoom": 1,
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
},
{
"chance": 0.125,
"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"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
}
],
"name": "Swamp Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "VASCULAR",
"zoom": 0.8,
"fracture": {
"multiplier": 2,
"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"
}
]
}
],
"generators": [
{
"min": -31,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "SWAMP",
"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"
}
]
}
}