diff --git a/common/addons/structure-sponge-loader/build.gradle.kts b/common/addons/structure-sponge-loader/build.gradle.kts index e1fa2c43d..2e222732f 100644 --- a/common/addons/structure-sponge-loader/build.gradle.kts +++ b/common/addons/structure-sponge-loader/build.gradle.kts @@ -11,6 +11,7 @@ repositories { dependencies { "shadedApi"("commons-io:commons-io:2.6") "shadedApi"("com.github.Querz:NBT:6.1") + "shadedApi"(project(":common:addons:manifest-addon-loader")) } tasks.named("shadowJar") {