9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/mushroom-ocean.json
2021-01-04 21:59:07 -05:00

330 lines
8.0 KiB
JSON

{
"decorators": [
{
"chance": 0.06,
"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.1,
"verticalZoom": 20,
"variance": {
"style": "STATIC"
},
"stackMax": 9,
"zoom": 1,
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": true,
"pickles": 2
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": true,
"pickles": 3
},
"block": "sea_pickle"
},
{
"data": {
"waterlogged": true,
"pickles": 4
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.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
}
},
{
"chance": 0.3,
"edit": [
{
"find": [
{"block":"shroomlight"}
],
"replace": {
"palette": [
{
"block": "mushroom_stem"
}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"lumoshroom/subnauti-1",
"lumoshroom/subnauti-2",
"lumoshroom/subnauti-3",
"lumoshroom/subnauti-4",
"lumoshroom/subnauti-5",
"lumoshroom/subnauti-6",
"lumoshroom/subnauti-7",
"lumoshroom/subnauti-8",
"lumoshroom/subnauti-9",
"lumoshroom/subnauti-10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.25,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"lumoshroom/subnauti-1",
"lumoshroom/subnauti-2",
"lumoshroom/subnauti-3",
"lumoshroom/subnauti-4",
"lumoshroom/subnauti-5",
"lumoshroom/subnauti-6",
"lumoshroom/subnauti-7",
"lumoshroom/subnauti-8",
"lumoshroom/subnauti-9",
"lumoshroom/subnauti-10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"vanillaDerivative": "OCEAN",
"name": "Mushroom Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{
"block": "clay"
},
{
"block": "stone"
},
{
"block": "cobblestone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"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"
]
},
"features": [
{
"rarity": 48,
"zone": {
"convergeToHeight": 70,
"strength": 0.85,
"blockRadius": 32,
"interpolationRadius": 16,
"interpolator": "BILINEAR_STARCAST_9"
}
}
],
"derivative": "OCEAN",
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "clay"
},
{
"block": "smooth_sandstone"
},
{
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
},
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_red_sandstone"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "andesite_slab"
},
{
"weight": 1,
"block": "air"
}
]
}
}