mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 14:50:56 +00:00
biome addon READMEs
This commit is contained in:
@@ -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.
|
||||||
@@ -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.
|
||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user