mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
Docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"offsetX": 0,
|
||||
"offsetZ": 0,
|
||||
"interpolationFunction": "HERMITE",
|
||||
"interpolationScale": 5,
|
||||
"interpolationScale": 6,
|
||||
"seed": 8192,
|
||||
"composite": [{
|
||||
"sinCentered": false,
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -16,9 +16,6 @@
|
||||
"shoreBiomes": [
|
||||
"temperate-beach"
|
||||
],
|
||||
"caveBiomes": [
|
||||
"temperate-cave-plains"
|
||||
],
|
||||
"deposits":[
|
||||
{
|
||||
"minHeight": 15,
|
||||
|
||||
Reference in New Issue
Block a user