9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/biomes/tropical/river-soft.json
2021-07-04 16:54:47 -07:00

216 lines
6.0 KiB
JSON

{
"name": "Tropical River Soft",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"generators": [
{
"min": -51,
"max": -37,
"generator": "plain"
}
],
"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.03,
"palette": [
{
"block": "sea_pickle"
}
]
},
{
"chance": 0.05,
"minHeight": -5,
"maxHeight": -3,
"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.003,
"onwater": true,
"translate": {
"y": -1
},
"waterloggable": true
}
]
}