diff --git a/common/addons/terrascript-function-check-noise-3d/build.gradle.kts b/common/addons/terrascript-function-check-noise-3d/build.gradle.kts index 830891063..4cf741b5f 100644 --- a/common/addons/terrascript-function-check-noise-3d/build.gradle.kts +++ b/common/addons/terrascript-function-check-noise-3d/build.gradle.kts @@ -5,4 +5,5 @@ version = version("0.1.0") dependencies { shadedApi(project(":common:addons:manifest-addon-loader")) shadedApi(project(":common:addons:chunk-generator-noise-3d")) + shadedApi(project(":common:addons:structure-terrascript-loader")) } diff --git a/common/addons/terrascript-function-check-noise-3d/src/main/resources/terra.addon.yml b/common/addons/terrascript-function-check-noise-3d/src/main/resources/terra.addon.yml index 6a56adbdf..1e0441e5d 100644 --- a/common/addons/terrascript-function-check-noise-3d/src/main/resources/terra.addon.yml +++ b/common/addons/terrascript-function-check-noise-3d/src/main/resources/terra.addon.yml @@ -9,4 +9,7 @@ website: issues: https://github.com/PolyhedralDev/Terra-structure-terrascript-loader/issues source: https://github.com/PolyhedralDev/Terra-structure-terrascript-loader docs: https://github.com/PolyhedralDev/Terra/wiki -license: GNU LGPL v3.0 \ No newline at end of file +license: GNU LGPL v3.0 +depends: + structure-terrascript-loader: "0.1.+" + chunk-generator-noise-3d: "0.1.+" \ No newline at end of file