mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 17:26:07 +00:00
improve addon dependency system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version = version("0.1.0")
|
||||
|
||||
dependencies {
|
||||
shadedApi(project(":common:addons:manifest-addon-loader"))
|
||||
shadedApi(project(":common:addons:config-noise-function"))
|
||||
shadedApi(project(":common:addons:structure-terrascript-loader"))
|
||||
compileOnly(project(":common:addons:manifest-addon-loader"))
|
||||
api(project(":common:addons:config-noise-function"))
|
||||
api(project(":common:addons:structure-terrascript-loader"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user