mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
Rare submerged volcanics
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"fluidPalette": ["WATER"],
|
||||
"caves": true,
|
||||
"preventLeafDecay": false,
|
||||
"caveBiomeZoom": 1,
|
||||
"placeObjects": true,
|
||||
"shoreZoom": 1,
|
||||
"deposits": [],
|
||||
@@ -100,6 +101,9 @@
|
||||
## landZoom
|
||||
> This zooms in the land space
|
||||
|
||||
## caveBiomeZoom
|
||||
> This zooms in the cave biome space
|
||||
|
||||
## shoreZoom
|
||||
> This can zoom the shores
|
||||
|
||||
|
||||
@@ -4,16 +4,17 @@
|
||||
{
|
||||
"shoreRatio": 0.13,
|
||||
"ridgeBiomes": [],
|
||||
"spotBiomes": [],
|
||||
"landBiomes": [],
|
||||
"biomeImplosionRatio": 0.4,
|
||||
"seaBiomes": [],
|
||||
"deposits": [],
|
||||
"caveBiomes": [],
|
||||
"shoreHeightMin": 1.2,
|
||||
"shoreBiomes": [],
|
||||
"name": "A Region",
|
||||
"shoreHeightMax": 3.2,
|
||||
"spotBiomes": [],
|
||||
"landBiomes": [],
|
||||
"shoreHeightZoom": 3.14,
|
||||
"biomeImplosionRatio": 0.4,
|
||||
"seaBiomes": [],
|
||||
"deposits": []
|
||||
"shoreHeightZoom": 3.14
|
||||
}
|
||||
```
|
||||
|
||||
@@ -44,6 +45,9 @@
|
||||
## shoreBiomes
|
||||
> A list of root-level biomes in this region. Don't specify child biomes of other biomes here. Just the root parents.
|
||||
|
||||
## caveBiomes
|
||||
> A list of root-level biomes in this region. Don't specify child biomes of other biomes here. Just the root parents.
|
||||
|
||||
## ridgeBiomes
|
||||
> Ridge biomes create a vein-like network like rivers through this region
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
> A ridge config
|
||||
```json
|
||||
{
|
||||
"as": "DEFER",
|
||||
"chance": 0.75,
|
||||
"thickness": 0.125,
|
||||
"scale": 5,
|
||||
@@ -18,6 +19,9 @@
|
||||
## type
|
||||
> The type this biome should override (land sea or shore)
|
||||
|
||||
## as
|
||||
> What type this spot is (i.e. target SEA but as LAND) like an island. Default matches the target type
|
||||
|
||||
## chance
|
||||
> The chance this biome will be placed in a given spot
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
> A spot config
|
||||
```json
|
||||
{
|
||||
"as": "DEFER",
|
||||
"scale": 1,
|
||||
"type": "LAND",
|
||||
"shuffle": 128,
|
||||
@@ -15,6 +16,9 @@
|
||||
## type
|
||||
> Where this spot overrides. Land sea or shore
|
||||
|
||||
## as
|
||||
> What type this spot is (i.e. target SEA but as LAND) like an island. Default matches the target type
|
||||
|
||||
## scale
|
||||
> The scale of splotches
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"minecraft:basalt[axis=x]",
|
||||
"minecraft:basalt[axis=y]",
|
||||
"minecraft:basalt[axis=z]",
|
||||
"LAVA",
|
||||
"MAGMA_BLOCK",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"minecraft:basalt[axis=y]",
|
||||
"minecraft:basalt[axis=z]"
|
||||
|
||||
186
iris.overworld.tropical/biomes/tropical-coral-ocean.json
Normal file
186
iris.overworld.tropical/biomes/tropical-coral-ocean.json
Normal file
@@ -0,0 +1,186 @@
|
||||
{
|
||||
"name": "Tropical Coral Ocean",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"SAND"
|
||||
]
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
"tropical-coral-ocean"
|
||||
],
|
||||
"childShrinkFactor": 5,
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"lilly"
|
||||
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 20,
|
||||
"chance": 0.05,
|
||||
"stackMin": 1,
|
||||
"stackMax": 3,
|
||||
"palette": [
|
||||
"TUBE_CORAL_BLOCK",
|
||||
"BRAIN_CORAL_BLOCK",
|
||||
"FIRE_CORAL_BLOCK",
|
||||
"HORN_CORAL_BLOCK",
|
||||
"BUBBLE_CORAL_BLOCK"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 20,
|
||||
"chance": 0.0006,
|
||||
"palette": [
|
||||
"SOUL_SAND",
|
||||
"MAGMA_BLOCK"
|
||||
],
|
||||
"dispersion": "SCATTER",
|
||||
"variance": "SCATTER"
|
||||
},
|
||||
{
|
||||
"zoom": 20,
|
||||
"chance": 0.3,
|
||||
"palette": [
|
||||
"SEAGRASS"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 20,
|
||||
"stackMax": 24,
|
||||
"stackMin": 3,
|
||||
"chance": 0.025,
|
||||
"palette": [
|
||||
"KELP_PLANT"
|
||||
],
|
||||
"verticalVarience": "WISPY",
|
||||
"verticalZoom": 88,
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 1,
|
||||
"stackMax": 6,
|
||||
"stackMin": 1,
|
||||
"chance": 0.225,
|
||||
"palette": [
|
||||
"KELP_PLANT"
|
||||
],
|
||||
"verticalVarience": "SCATTER",
|
||||
"verticalZoom": 20,
|
||||
"dispersion": "SCATTER",
|
||||
"variance": "SCATTER"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"TUBE_CORAL",
|
||||
"TUBE_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"BRAIN_CORAL",
|
||||
"BRAIN_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"BUBBLE_CORAL",
|
||||
"BUBBLE_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"FIRE_CORAL",
|
||||
"FIRE_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"HORN_CORAL",
|
||||
"HORN_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.009,
|
||||
"palette": [
|
||||
"minecraft:sea_pickle[pickles=1,waterlogged=true]",
|
||||
"minecraft:sea_pickle[pickles=2,waterlogged=true]",
|
||||
"minecraft:sea_pickle[pickles=3,waterlogged=true]",
|
||||
"minecraft:sea_pickle[pickles=4,waterlogged=true]"
|
||||
],
|
||||
"dispersion": "SCATTER",
|
||||
"variance": "SCATTER"
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": -51,
|
||||
"max": -17
|
||||
}
|
||||
],
|
||||
"derivative": "LUKEWARM_OCEAN"
|
||||
}
|
||||
@@ -48,31 +48,6 @@
|
||||
}
|
||||
],
|
||||
"decorators":[
|
||||
{
|
||||
"zoom": 20,
|
||||
"chance": 0.05,
|
||||
"stackMin": 1,
|
||||
"stackMax": 3,
|
||||
"palette": [
|
||||
"TUBE_CORAL_BLOCK",
|
||||
"BRAIN_CORAL_BLOCK",
|
||||
"FIRE_CORAL_BLOCK",
|
||||
"HORN_CORAL_BLOCK",
|
||||
"BUBBLE_CORAL_BLOCK"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 20,
|
||||
"chance": 0.0006,
|
||||
"palette": [
|
||||
"SOUL_SAND",
|
||||
"MAGMA_BLOCK"
|
||||
],
|
||||
"dispersion": "SCATTER",
|
||||
"variance": "SCATTER"
|
||||
},
|
||||
{
|
||||
"zoom": 20,
|
||||
"chance": 0.3,
|
||||
@@ -84,7 +59,7 @@
|
||||
},
|
||||
{
|
||||
"zoom": 20,
|
||||
"stackMax": 24,
|
||||
"stackMax": 9,
|
||||
"stackMin": 3,
|
||||
"chance": 0.025,
|
||||
"palette": [
|
||||
@@ -97,7 +72,7 @@
|
||||
},
|
||||
{
|
||||
"zoom": 1,
|
||||
"stackMax": 6,
|
||||
"stackMax": 3,
|
||||
"stackMin": 1,
|
||||
"chance": 0.225,
|
||||
"palette": [
|
||||
@@ -107,74 +82,12 @@
|
||||
"verticalZoom": 20,
|
||||
"dispersion": "SCATTER",
|
||||
"variance": "SCATTER"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"TUBE_CORAL",
|
||||
"TUBE_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"BRAIN_CORAL",
|
||||
"BRAIN_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"BUBBLE_CORAL",
|
||||
"BUBBLE_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"FIRE_CORAL",
|
||||
"FIRE_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.15,
|
||||
"palette": [
|
||||
"HORN_CORAL",
|
||||
"HORN_CORAL_FAN"
|
||||
],
|
||||
"dispersion": "WISPY",
|
||||
"variance": "WISPY"
|
||||
},
|
||||
{
|
||||
"zoom": 17,
|
||||
"chance": 0.009,
|
||||
"palette": [
|
||||
"minecraft:sea_pickle[pickles=1,waterlogged=true]",
|
||||
"minecraft:sea_pickle[pickles=2,waterlogged=true]",
|
||||
"minecraft:sea_pickle[pickles=3,waterlogged=true]",
|
||||
"minecraft:sea_pickle[pickles=4,waterlogged=true]"
|
||||
],
|
||||
"dispersion": "SCATTER",
|
||||
"variance": "SCATTER"
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": -41,
|
||||
"min": -24,
|
||||
"max": -7
|
||||
}
|
||||
],
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "Submerged Volcanic",
|
||||
"layers": [
|
||||
{
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 0.33,
|
||||
"maxHeight": 4,
|
||||
"minHeight": 2,
|
||||
"palette": [
|
||||
"minecraft:basalt[axis=x]",
|
||||
"minecraft:basalt[axis=y]",
|
||||
"minecraft:basalt[axis=z]",
|
||||
"MAGMA_BLOCK",
|
||||
"minecraft:basalt[axis=x]",
|
||||
"minecraft:basalt[axis=y]",
|
||||
"minecraft:basalt[axis=z]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"dispersion": "SCATTER",
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "sharp",
|
||||
"min": -12,
|
||||
"max": 5
|
||||
},
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": -12,
|
||||
"max": -9
|
||||
}
|
||||
],
|
||||
"derivative": "WARM_OCEAN"
|
||||
}
|
||||
@@ -13,6 +13,16 @@
|
||||
"shoreBiomes": [
|
||||
"tropical-beach"
|
||||
],
|
||||
"spotBiomes": [
|
||||
{
|
||||
"biome": "tropical-submerged-volcanic",
|
||||
"type": "SEA",
|
||||
"as": "SEA",
|
||||
"scale": 10,
|
||||
"rarity": 286,
|
||||
"shuffle": 1
|
||||
}
|
||||
],
|
||||
"deposits":[
|
||||
{
|
||||
"minHeight": 25,
|
||||
|
||||
Reference in New Issue
Block a user