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-26 00:22:09 -04:00
parent 055b6e6eff
commit 61bda55012
5 changed files with 9 additions and 35 deletions

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
"offsetX": 0,
"offsetZ": 0,
"interpolationFunction": "HERMITE",
"interpolationScale": 5,
"interpolationScale": 6,
"seed": 8192,
"composite": [{
"sinCentered": false,

View File

@@ -1,31 +0,0 @@
{
"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,9 +16,6 @@
"shoreBiomes": [
"temperate-beach"
],
"caveBiomes": [
"temperate-cave-plains"
],
"deposits":[
{
"minHeight": 15,