9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/ocean-warm.json
2021-06-08 13:47:20 -07:00

244 lines
6.5 KiB
JSON

{
"name": "Warm Ocean Top",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"children": [
"ocean-warm-bottom"
],
"childStyle": {
"style": "GLOB",
"zoom": 1,
"exponent": 1.3
},
"childShrinkFactor": 1.0,
"generators": [
{
"generator": "plain",
"max": -10,
"min": -19
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 10,
"style": {
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
}
],
"decorators": [
{
"chance": 0.02,
"palette": [
{
"block": "kelp_plant"
}
],
"stackMin": 2,
"stackMax": 6
},
{
"chance": 0.05,
"palette": [
{
"block": "seagrass"
}
]
},
{
"chance": 0.05,
"palette": [
{
"block": "tall_seagrass",
"data": {
"half": "lower"
}
}
],
"topPalette": [
{
"block": "tall_seagrass",
"data": {
"half": "upper"
}
}
]
}
],
"objects": [
{
"place": [
"coral/coral-pink-1",
"coral/coral-pink-2",
"coral/coral-pink-3",
"coral/coral-pink-4",
"coral/coral-purp-1",
"coral/coral-purp-2",
"coral/coral-purp-3",
"coral/coral-red-1",
"coral/coral-by-1",
"coral/coral-by-2",
"coral/coral-by-3",
"coral/coral-by-4"
],
"chance": 1,
"density": 2,
"underwater": true,
"mode": "CENTER_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": -360
}
}
},
{
"place": [
"coral/stonedirtsetter-1",
"coral/stonedirtsetter-2",
"coral/stonedirtsetter-3",
"coral/stonedirtsetter-4",
"coral/stonedirtsetter-5",
"coral/stonedirtsetter-6",
"coral/stonedirtsetter-7"
],
"chance": 0.5,
"density": 2,
"underwater": true,
"mode": "CENTER_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": -360
}
},
"edit": [
{
"find": [
{
"block": "stone"
},
{
"block": "dirt"
}
],
"replace": {
"palette": [
{
"block": "brain_coral_block"
},
{
"block": "horn_coral_block"
},
{
"block": "tube_coral_block"
},
{
"block": "fire_coral_block"
},
{
"block": "bubble_coral_block"
}
],
"style": {
"style": "CELLULAR"
},
"zoom": 0.07
}
}
]
},
{
"place": [
"landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 1,
"mode": "FAST_MIN_HEIGHT",
"underwater": true,
"waterloggable": true,
"edit": [
{
"find": [
{
"block": "grass_block"
},
{
"block": "dirt"
}
],
"replace": {
"palette": [
{
"block": "clay"
}
]
}
},
{
"find": [
{
"block": "tall_grass"
},
{
"block": "grass"
}
],
"replace": {
"palette": [
{
"block": "seagrass"
}
]
}
}
]
},
{
"place": [
"ships/generic"
],
"chance": 0.005,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
}
]
}