9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/swamp-ocean-tree.json
Brian Fopiano 0b89943095 Swamp patches
2021-06-08 18:40:27 -07:00

356 lines
8.6 KiB
JSON

{
"vanillaDerivative": "OCEAN",
"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.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": -6,
"z": 0
}
},
{
"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": -6
}
}
],
"name": "Swamp Ocean tree",
"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": -1,
"max": 0,
"generator": "river"
}
],
"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"
}
]
}
}