Re-add original image biome provider

This is so we aren't breaking existing packs
This commit is contained in:
Astrash
2023-02-07 10:27:46 +11:00
parent 97c0dcad9d
commit 9d5b33f130
7 changed files with 230 additions and 0 deletions
@@ -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.