mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
dp
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
|
||||
|
||||
|
||||
31
iris.overworld.temperate/biomes/temperate-cave-plains.json
Normal file
31
iris.overworld.temperate/biomes/temperate-cave-plains.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "Cave Plains",
|
||||
"layers": [
|
||||
{
|
||||
"palette": [
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.19,
|
||||
"palette": ["GRASS"],
|
||||
"dispersion": "SCATTER",
|
||||
"variance": "SCATTER"
|
||||
}
|
||||
],
|
||||
"derivative": "PLAINS",
|
||||
"biomeDispersion": "WISPY",
|
||||
"biomeZoom": 60,
|
||||
"biomeScatter": [
|
||||
"FOREST",
|
||||
"PLAINS"
|
||||
]
|
||||
}
|
||||
@@ -16,6 +16,9 @@
|
||||
"shoreBiomes": [
|
||||
"temperate-beach"
|
||||
],
|
||||
"caveBiomes": [
|
||||
"temperate-cave-plains"
|
||||
],
|
||||
"deposits":[
|
||||
{
|
||||
"minHeight": 15,
|
||||
|
||||
Reference in New Issue
Block a user