mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
79 lines
1.9 KiB
JSON
79 lines
1.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"
|
|
],
|
|
"clamp": {
|
|
"maximumHeight": 7
|
|
},
|
|
"rotation": {
|
|
"enabled": true,
|
|
"xAxis": {
|
|
"interval": 15,
|
|
"max": 360,
|
|
"min": 0
|
|
}
|
|
}
|
|
|
|
}
|
|
],
|
|
"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
|
|
} |