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-tree.json

225 lines
6.1 KiB
JSON

{
"name": "Swamp Ocean tree",
"derivative": "SWAMP",
"vanillaDerivative": "OCEAN",
"generators": [{
"min": -1,
"max": 0,
"generator": "river"
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "VASCULAR",
"zoom": 0.8,
"fracture": {
"multiplier": 2,
"style": "STATIC"
}
},
"zoom": 0.82,
"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
}
},
{
"mode": "VACUUM",
"place": [
"tree/jungle/1",
"tree/jungle/2",
"tree/jungle/3",
"tree/jungle/4",
"tree/jungle/5",
"tree/jungle/7",
"tree/jungle/8",
"tree/jungle/9"
],
"chance": 0.3,
"edit": [
{
"find": [{"block": "jungle_leaves"}],
"replace": {"palette": [{
"block": "oak_leaves",
"data": {"persistent": true}
}]}
},
{
"find": [{"block": "jungle_wood"}],
"replace": {"palette": [{"block": "dark_oak_wood"}]}
},
{
"find": [{"block": "vine"}],
"replace": {"palette": [{"block": "air"}]}
},
{
"find": [{"block": "jungle_log"}],
"replace": {"palette": [{"block": "dark_oak_wood"}]}
}
],
"onwater": true,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {"y": 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"
}
]
}
}