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/deep.json
2021-07-23 20:07:26 +02:00

139 lines
4.1 KiB
JSON

{
"name": "Ocean Deep",
"derivative": "DEEP_OCEAN",
"color": "#3192BF",
"vanillaDerivative": "DEEP_OCEAN",
"generators": [{
"generator": "smooth-dunes",
"max": -30,
"min": -50
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {"style": "IRIS"},
"zoom": 0.6,
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "sand"},
{"block": "gravel"},
{"block": "sand"},
{"block": "dirt"},
{
"weight": 2,
"block": "sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"palette": [{"block": "gravel"}]
}
],
"decorators": [
{
"chance": 0.09,
"palette": [{"block": "kelp_plant"}],
"stackMin": 2,
"stackMax": 12,
"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": [
{
"underwater": true,
"waterloggable": true,
"chance": 0.008,
"mode": "FAST_MIN_HEIGHT",
"bottom": true,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
},
"place": [
"structures/gall1",
"structures/gall2",
"structures/gall3"
]
},
{
"place": [
"structures/genericw",
"structures/genericc",
"structures/genericr",
"structures/genericu",
"structures/genericc"
],
"chance": 0.001,
"onwater": true,
"translate": {"y": -1},
"waterloggable": true
},
{
"underwater": true,
"waterloggable": true,
"chance": 0.01,
"mode": "FAST_MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"place": [
"structures/shipwithmast",
"structures/shipwithmastdegraded",
"structures/shiprightsideupfull",
"structures/shiprightsideupfulldegraded",
"structures/shiprightsideupfronthalf",
"structures/shiprightsideupfronthalfdegraded",
"structures/shiprightsideupbackhalf",
"structures/shiprightsideupbackhalfdegraded",
"structures/shipsidewaysfull",
"structures/shipsidewaysfulldegraded",
"structures/shipsidewaysfronthalf",
"structures/shipsidewaysfronthalfdegraded",
"structures/shipsidewaysbackhalf",
"structures/shipsidewaysbackhalfdegraded",
"structures/shipupsidedownfull",
"structures/shipupsidedownfulldegraded",
"structures/shipupsidedownfronthalf",
"structures/shipupsidedownfronthalfdegraded",
"structures/shipupsidedownbackhalf",
"structures/shipupsidedownbackhalfdegraded"
]
}
]
}