Initial commit

This commit is contained in:
dfsek
2021-10-17 14:08:44 -07:00
commit b25878414f
32 changed files with 958 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.