mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +00:00
biome addon READMEs
This commit is contained in:
parent
19672b1083
commit
26d91a715c
6
common/addons/biome-provider-image/README.md
Normal file
6
common/addons/biome-provider-image/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# biome-provider-image
|
||||
|
||||
Implements and registers the `IMAGE` biome provider, a biome provider which generates
|
||||
biomes from an image, using the `color` attribute of biomes.
|
||||
|
||||
This addon registers the provider type, and all associated config options.
|
7
common/addons/biome-provider-pipeline/README.md
Normal file
7
common/addons/biome-provider-pipeline/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# biome-provider-pipeline
|
||||
|
||||
Implements the Biome Pipeline, a procedural biome provider that uses a series
|
||||
of "stages" to apply "mutations" to a 2D grid of biomes.
|
||||
|
||||
|
||||
This addon registers the `PIPELINE` biome provider type, and all associated configurations.
|
4
common/addons/biome-provider-single/README.md
Normal file
4
common/addons/biome-provider-single/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# biome-provider-single
|
||||
|
||||
Registers and configures the `SINGLE` biome provider, a biome provider which
|
||||
accepts a single biome to generate continuously.
|
Loading…
x
Reference in New Issue
Block a user