aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt <mtthw8198@gmail.com>2021-08-26 13:46:43 -0700
committerMatt <mtthw8198@gmail.com>2021-08-26 13:46:43 -0700
commit1e2d3152964a38e6a1196aa33b91229086ac282d (patch)
treea32b55c9fc1ee1ec15d4439e76949d07eb86b52c
parent5fc2d0d29543776ae0ae35898d8b47896b770911 (diff)
downloadGT5-Unofficial-1e2d3152964a38e6a1196aa33b91229086ac282d.tar.gz
GT5-Unofficial-1e2d3152964a38e6a1196aa33b91229086ac282d.tar.bz2
GT5-Unofficial-1e2d3152964a38e6a1196aa33b91229086ac282d.zip
Added StructureLib as a dependency
-rw-r--r--build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 864d19e399..093699983e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -169,6 +169,7 @@ dependencies {
//Hard Dependencies
compile("net.industrial-craft:industrialcraft-2:$ic2Version:dev")
+ compile("com.github.GTNewHorizons:StructureLib:1.0.6:deobf")
compile("com.github.GTNewHorizons:GT5-Unofficial:$gt5uVersion:dev"){
exclude("net.industrial-craft", "industrialcraft-2")
}