diff options
author | Glease <4586901+Glease@users.noreply.github.com> | 2021-07-27 02:54:46 +0800 |
---|---|---|
committer | Glease <4586901+Glease@users.noreply.github.com> | 2021-07-27 02:54:46 +0800 |
commit | f5729c0aa7f818e09f299ce2fcd8b243f79042d0 (patch) | |
tree | aa10cebd86384040a70eef864d804f3e90bd0e17 /build.gradle.kts | |
parent | 8ba61587610029ebd7ee9c97f8cee931b74972d5 (diff) | |
download | GT5-Unofficial-f5729c0aa7f818e09f299ce2fcd8b243f79042d0.tar.gz GT5-Unofficial-f5729c0aa7f818e09f299ce2fcd8b243f79042d0.tar.bz2 GT5-Unofficial-f5729c0aa7f818e09f299ce2fcd8b243f79042d0.zip |
adjust multiblocks to work with structurelib
Former-commit-id: a0f63ca13bdfec42f849ced647d0146d76c3b735
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 35e7681226..9e27f59691 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -128,9 +128,10 @@ dependencies { //hard deps compile("net.industrial-craft:industrialcraft-2:$ic2Version:dev") //jitpack - compile("com.github.GTNewHorizons:GT5-Unofficial:experimental-SNAPSHOT:dev") { + compile("com.github.GTNewHorizons:GT5-Unofficial:structurelib-integration-SNAPSHOT:dev") { this.isChanging = true } + compile ("com.github.GTNewHorizons:StructureLib:1.0.6:deobf") compile("com.github.GTNewHorizons:TinkersConstruct:master-SNAPSHOT:deobf") { this.isChanging = true } |