9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
This commit is contained in:
Daniel Mills
2020-07-25 23:27:33 -04:00
parent 16e7503393
commit 055b6e6eff
4 changed files with 48 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View 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"
]
}

View File

@@ -16,6 +16,9 @@
"shoreBiomes": [
"temperate-beach"
],
"caveBiomes": [
"temperate-cave-plains"
],
"deposits":[
{
"minHeight": 15,