rename library-image to api-image

This commit is contained in:
dfsek
2026-01-02 22:24:42 -07:00
parent b6d42fdcc1
commit ac1258d233
46 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
schema-version: 1
contributors:
- Terra contributors
id: library-image
id: api-image
version: @VERSION@
entrypoints:
- "com.dfsek.terra.addons.image.ImageLibraryAddon"

View File

@@ -1,5 +1,5 @@
# biome-provider-image-v2
Implements and registers the `IMAGE` biome provider, which
utilizes various config types provided by the `library-image` addon to
utilizes various config types provided by the `api-image` addon to
distribute biomes based on images.

View File

@@ -2,7 +2,7 @@ version = version("2.0.0")
dependencies {
compileOnlyApi(project(":common:addons:addon-loader-manifest"))
compileOnlyApi(project(":common:addons:library-image"))
compileOnlyApi(project(":common:addons:api-image"))
}

View File

@@ -11,4 +11,4 @@ website:
docs: https://terra.polydev.org
license: MIT License
depends:
library-image: "1.+"
api-image: "1.+"

View File

@@ -3,5 +3,5 @@ version = version("1.0.0")
dependencies {
compileOnlyApi(project(":common:addons:addon-loader-manifest"))
compileOnlyApi(project(":common:addons:biome-provider-pipeline"))
compileOnlyApi(project(":common:addons:library-image"))
compileOnlyApi(project(":common:addons:api-image"))
}

View File

@@ -11,5 +11,5 @@ website:
docs: https://terra.polydev.org
license: MIT License
depends:
library-image: "1.+"
api-image: "1.+"
biome-provider-pipeline: "2.+"