Re-add original pipeline implementation

This commit is contained in:
Astrash
2022-11-16 14:13:16 +11:00
parent 6cdef5d4ad
commit c1c85174ed
39 changed files with 1640 additions and 0 deletions
@@ -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.