mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
terrascript check function addon depends on terrascript addon
This commit is contained in:
@@ -5,4 +5,5 @@ version = version("0.1.0")
|
|||||||
dependencies {
|
dependencies {
|
||||||
shadedApi(project(":common:addons:manifest-addon-loader"))
|
shadedApi(project(":common:addons:manifest-addon-loader"))
|
||||||
shadedApi(project(":common:addons:chunk-generator-noise-3d"))
|
shadedApi(project(":common:addons:chunk-generator-noise-3d"))
|
||||||
|
shadedApi(project(":common:addons:structure-terrascript-loader"))
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-1
@@ -9,4 +9,7 @@ website:
|
|||||||
issues: https://github.com/PolyhedralDev/Terra-structure-terrascript-loader/issues
|
issues: https://github.com/PolyhedralDev/Terra-structure-terrascript-loader/issues
|
||||||
source: https://github.com/PolyhedralDev/Terra-structure-terrascript-loader
|
source: https://github.com/PolyhedralDev/Terra-structure-terrascript-loader
|
||||||
docs: https://github.com/PolyhedralDev/Terra/wiki
|
docs: https://github.com/PolyhedralDev/Terra/wiki
|
||||||
license: GNU LGPL v3.0
|
license: GNU LGPL v3.0
|
||||||
|
depends:
|
||||||
|
structure-terrascript-loader: "0.1.+"
|
||||||
|
chunk-generator-noise-3d: "0.1.+"
|
||||||
Reference in New Issue
Block a user