9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/ocean/oce-warm-bottom.json
Brian Fopiano bb0ad971a2 Fixes
2021-07-19 00:02:28 -07:00

210 lines
6.0 KiB
JSON

{
"name": "Ocean Warm Bottom",
"derivative": "WARM_OCEAN",
"color": "#34299F",
"vanillaDerivative": "WARM_OCEAN",
"generators": [{
"generator": "plain",
"max": -30,
"min": -40
}],
"layers": [{
"minHeight": 2,
"maxHeight": 10,
"palette": [{"block": "sand"}]
}],
"decorators": [
{
"chance": 0.05,
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"},
"palette": [
{
"block": "sea_pickle",
"data": {"pickles": 1}
},
{
"weight": 2,
"block": "sea_pickle",
"data": {"pickles": 2}
},
{
"weight": 3,
"block": "sea_pickle",
"data": {"pickles": 3}
},
{
"weight": 4,
"block": "sea_pickle",
"data": {"pickles": 4}
}
]
},
{
"chance": 0.02,
"palette": [{"block": "kelp_plant"}],
"stackMin": 2,
"stackMax": 6,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.2,
"palette": [{"block": "seagrass"}]
},
{
"chance": 0.2,
"palette": [{
"block": "tall_seagrass",
"data": {"half": "lower"}
}],
"topPalette": [{
"block": "tall_seagrass",
"data": {"half": "upper"}
}],
"partOf": "SEA_FLOOR"
}
],
"objects": [
{
"place": [
"clutter/coralpink1",
"clutter/coralpink2",
"clutter/coralpink3",
"clutter/coralpink4",
"clutter/coralpurp1",
"clutter/coralpurp2",
"clutter/coralpurp3",
"clutter/coralred1",
"clutter/coralby1",
"clutter/coralby2",
"clutter/coralby3",
"clutter/coralby4"
],
"chance": 1,
"underwater": true,
"mode": "CENTER_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": -360
}
}
},
{
"place": [
"clutter/stonedirtsetter1",
"clutter/stonedirtsetter2",
"clutter/stonedirtsetter3",
"clutter/stonedirtsetter4",
"clutter/stonedirtsetter5",
"clutter/stonedirtsetter6",
"clutter/stonedirtsetter7"
],
"chance": 1,
"density": 8,
"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": [
"structures/landstone1",
"structures/landstone2",
"structures/landstone3",
"structures/landstone4",
"structures/landstone5"
],
"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": ["landform/underwater/ellipsoid-1"],
"chance": 0.5,
"underwater": true,
"mode": "CENTER_HEIGHT",
"clamp": {
"minimumHeight": 30,
"maximumHeight": 255
},
"edit": [{
"find": [{"block": "clay"}],
"replace": {
"style": {
"style": "GLOB",
"zoom": 0.02
},
"palette": [
{
"weight": 2,
"block": "sand"
},
{
"weight": 1,
"block": "cave_air"
}
]
}
}]
},
{
"place": [
"structures/genericw",
"structures/genericc",
"structures/genericr",
"structures/genericu",
"structures/genericc"
],
"chance": 0.005,
"onwater": true,
"translate": {"y": -1},
"waterloggable": true
}
]
}