9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
This commit is contained in:
Daniel Mills
2020-07-26 17:57:49 -04:00
parent 1c8b9cfc84
commit b4f899be21
2 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,8 @@
"generator": "default"
}],
"childShrinkFactor": 1.5,
"biomeScatter": []
"biomeScatter": [],
"rarity": 1
}
```
@@ -38,6 +39,9 @@
## biomeZoom
> This zooms in the biome colors if multiple derivatives are chosen
## rarity
> The rarity of this biome (integer)
## derivative
> The raw derivative of this biome. This is required or the terrain will not properly generate. Use any vanilla biome type. Look in examples/biome-list.txt

View File

@@ -4,17 +4,16 @@
{
"shoreRatio": 0.13,
"ridgeBiomes": [],
"spotBiomes": [],
"landBiomes": [],
"biomeImplosionRatio": 0.4,
"seaBiomes": [],
"deposits": [],
"caveBiomes": [],
"shoreHeightMin": 1.2,
"shoreBiomes": [],
"name": "A Region",
"shoreHeightMax": 3.2,
"shoreHeightZoom": 3.14
"spotBiomes": [],
"landBiomes": [],
"shoreHeightZoom": 3.14,
"biomeImplosionRatio": 0.4,
"seaBiomes": [],
"deposits": []
}
```
@@ -45,9 +44,6 @@
## 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