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/ocean.json
2021-08-08 21:22:19 -07:00

157 lines
4.7 KiB
JSON

{
"name": "Ocean",
"derivative": "OCEAN",
"vanillaDerivative": "OCEAN",
"color": "#214B80",
"generators": [{
"generator": "mountain",
"max": -35,
"min": -50
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {"style": "FRACTAL_FBM_IRIS"},
"zoom": 0.6,
"palette": [
{"block": "minecraft:sand"},
{"block": "minecraft:clay"},
{"block": "minecraft:sand"},
{"block": "minecraft:gravel"},
{"block": "minecraft:sand"},
{"block": "minecraft:dirt"},
{
"weight": 2,
"block": "minecraft:sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"palette": [{"block": "minecraft:gravel"}]
}
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 2,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.8,
"multiplier": 50,
"fracture": {
"style": "CELLULAR",
"zoom": 0.3,
"multiplier": 25
}
}
},
"childShrinkFactor": 1,
"decorators": [
{
"chance": 0.02,
"palette": [{"block": "minecraft:kelp_plant"}],
"stackMin": 2,
"stackMax": 6
},
{
"chance": 0.05,
"palette": [{"block": "minecraft:seagrass"}]
},
{
"chance": 0.05,
"palette": [{
"block": "minecraft:tall_seagrass",
"data": {"half": "lower"}
}],
"topPalette": [{
"block": "minecraft:tall_seagrass",
"data": {"half": "upper"}
}]
}
],
"objects": [
{
"place": [
"structures/landstone1",
"structures/landstone2",
"structures/landstone3",
"structures/landstone4",
"structures/landstone5"
],
"chance": 1,
"mode": "FAST_MIN_HEIGHT",
"underwater": true,
"waterloggable": true,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": 0
}
},
"edit": [
{
"find": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:dirt"}
],
"replace": {"palette": [{"block": "minecraft:clay"}]}
},
{
"find": [
{"block": "minecraft:tall_grass"},
{"block": "minecraft:grass"}
],
"replace": {"palette": [{"block": "minecraft:water"}]}
}
]
},
{
"place": [
"structures/shipwithmastdegraded",
"structures/shipwithmast",
"structures/shipupsidedownfulldegraded",
"structures/shipupsidedownfull",
"structures/shipupsidedownfronthalfdegraded",
"structures/shipupsidedownfronthalf",
"structures/shipupsidedownbackhalfdegraded",
"structures/shipupsidedownbackhalf",
"structures/shipsidewaysfulldegraded",
"structures/shipsidewaysfull",
"structures/shipsidewaysfronthalfdegraded",
"structures/shipsidewaysfronthalf",
"structures/shipsidewaysbackhalfdegraded",
"structures/shipsidewaysbackhalf",
"structures/shiprightsideupfulldegraded",
"structures/shiprightsideupfull",
"structures/shiprightsideupfronthalfdegraded",
"structures/shiprightsideupfronthalf",
"structures/shiprightsideupbackhalfdegraded",
"structures/shiprightsideupbackhalf"
],
"chance": 0.008,
"underwater": true,
"waterloggable": true
},
{
"place": [
"structures/oruins1",
"structures/oruins2",
"structures/oruins3"
],
"chance": 0.008,
"mode": "VACUUM",
"underwater": true,
"waterloggable": true
}
]
}