9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/swamp-ocean.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

198 lines
4.4 KiB
JSON

{
"name": "Swamp Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "VASCULAR",
"zoom": 0.8,
"fracture": {
"style": "STATIC",
"multiplier": 2
}
},
"zoom": 0.825,
"palette": [
"SAND",
"DIRT",
"GRAVEL",
"CLAY"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"objects": [
{
"chance": 0.05,
"density": 1,
"underwater": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
}
],
"decorators": [
{
"zoom": 2.25,
"chance": 0.025,
"palette": [
"LILY_PAD"
],
"partOf": "SEA_SURFACE",
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 20,
"chance": 0.07,
"palette": [
"SEAGRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"chance": 0.0006,
"palette": [
"SOUL_SAND",
"MAGMA_BLOCK"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"stackMax": 24,
"stackMin": 2,
"chance": 0.013,
"palette": [
"KELP_PLANT"
],
"heightVariance": {
"style": "IRIS"
},
"verticalZoom": 88,
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"stackMax": 9,
"stackMin": 1,
"chance": 0.125,
"palette": [
"KELP_PLANT"
],
"heightVariance": {
"style": "STATIC"
},
"verticalZoom": 20,
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 1,
"chance": 0.004,
"palette": [
"minecraft:sea_pickle[pickles=1,waterlogged=true]",
"minecraft:sea_pickle[pickles=2,waterlogged=true]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
"CLAY",
"SMOOTH_SANDSTONE",
"SMOOTH_SANDSTONE",
"SAND"
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR",
"AIR",
"AIR",
"AIR",
"AIR"
]
},
"generators": [
{
"generator": "plain",
"min": -41,
"max": -7
}
],
"derivative": "SWAMP"
}