Add image support addon for biome pipeline

This commit is contained in:
Astrash
2023-05-02 12:58:37 +10:00
parent 105be0c346
commit 36d0ef77fb
9 changed files with 245 additions and 0 deletions
@@ -0,0 +1,7 @@
version = version("1.0.0")
dependencies {
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
compileOnlyApi(project(":common:addons:biome-provider-pipeline-v2"))
compileOnlyApi(project(":common:addons:library-image"))
}