9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/regions/ocean.json
Brian Fopiano 5d9bdeb0f2 Addy the Ammy
2021-06-24 02:21:25 -07:00

117 lines
2.9 KiB
JSON

{
"name": "Ocean",
"landBiomes": [
"ocean/ocean-beach"
],
"shoreBiomes": [
"temperate/temperate-beach"
],
"seaBiomes": [
"ocean/ocean-deep",
"ocean/ocean",
"ocean/ocean-deep"
],
"caveBiomes": [
"tundra/tundra-spiked-cavern",
"tropical/tropical-cavern",
"tropical/tropical-cavern-coral",
"tropical/tropical-cavern-root",
"temperate/temperate-lit-cavern",
"temperate/temperate-old-cavern",
"temperate/temperate-cracked-cavern"
],
"riverBiomes": [
"ocean/ocean"
],
"objects": [
{
"chance": 1,
"bottom": true,
"place": [
"deepslate/ds1",
"deepslate/ds2",
"deepslate/ds3"
],
"enabled": true,
"xAxis": {
"interval": 15,
"max": 360,
"min": 0
}
},
{
"chance": 0.05,
"bottom": true,
"density": 1,
"place": [
"amethyst/ame1",
"amethyst/ame2",
"amethyst/ame3",
"amethyst/ame4",
"amethyst/ame5",
"amethyst/ame6"
],
"edit": [
{
"find": [
{
"block": "glass"
}
],
"replace": {
"palette": [
{
"block": "void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"translate": {"yRandom": 10, "y": 5},
"bore": true
}
],
"biomeImplosionRatio": 0.7,
"rarity": 2,
"effects": [
{
"particleAltX": 0.001,
"particleAltY": 0.2,
"particleAltZ": 0.001,
"chance": 2,
"particleEffect": "BUBBLE_POP",
"particleOffset": 0,
"interval": 1350,
"particleCount": 0
},
{
"particleAltX": 0.001,
"particleAltY": 0.2,
"particleAltZ": 0.001,
"chance": 2,
"particleEffect": "WATER_BUBBLE",
"particleOffset": 0,
"interval": 1350,
"particleCount": 0
}
],
"seaBiomeZoom": 20,
"shoreRatio": 0.01,
"shoreHeightMin": 0,
"shoreHeightMax": 1,
"landBiomeZoom": 0.01,
"shoreBiomeZoom": 0.5
}