diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2023-07-02 00:07:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 00:07:16 +0200 |
commit | 0509e018823bc68eed261619cfc9cb3a8685bb5e (patch) | |
tree | 9222d8cc2c49ddbe2f1f14cccca8ffcb49637ee7 /dependencies.gradle | |
parent | cd4182ce3814d71e72b4d3796311add2c2c7e9fc (diff) | |
download | GT5-Unofficial-0509e018823bc68eed261619cfc9cb3a8685bb5e.tar.gz GT5-Unofficial-0509e018823bc68eed261619cfc9cb3a8685bb5e.tar.bz2 GT5-Unofficial-0509e018823bc68eed261619cfc9cb3a8685bb5e.zip |
Clean up and fixes (#84)
* Remove unused mixins
* Unused
* Unused
* Update MobHandlerLoader.java
* Fix EEC
* Spotless
* Update zh_CN.lang
* Update dependencies.gradle
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 4b53241655..9796bc4423 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -35,17 +35,17 @@ */ dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.95:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.104:dev') api("com.github.GTNewHorizons:EnderCore:0.2.16:dev") api("com.github.GTNewHorizons:EnderIO:2.4.18:dev") api("com.github.GTNewHorizons:ForestryMC:4.6.8:dev") api("com.github.GTNewHorizons:ModularUI:1.1.12:dev") - api("com.github.GTNewHorizons:Mobs-Info:0.0.2-GTNH:dev") + api("com.github.GTNewHorizons:Mobs-Info:0.0.4-GTNH:dev") devOnlyNonPublishable("com.github.GTNewHorizons:Infernal-Mobs:1.7.9-GTNH:dev") //compileOnly("curse.maven:extrautilities-225561:2264384") { // transitive = false //} - compileOnly("com.github.GTNewHorizons:GTplusplus:1.9.49:dev") + compileOnly("com.github.GTNewHorizons:GTplusplus:1.9.52:dev") { transitive = false } @@ -61,11 +61,11 @@ dependencies { { transitive = false } - compileOnly("com.github.GTNewHorizons:bartworks:0.7.20:dev") + compileOnly("com.github.GTNewHorizons:bartworks:0.7.24:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.62:dev") + compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.66:dev") { transitive = false } @@ -84,11 +84,11 @@ dependencies { // For testing //runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.4.1-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.9.49:dev") + //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.9.52:dev") //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.0-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.62:dev") + //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.66:dev") //runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.7.0-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:bartworks:0.7.20:dev") + //runtimeOnly("com.github.GTNewHorizons:bartworks:0.7.24:dev") //runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.2.12:dev") //api("com.github.GTNewHorizons:SpecialMobs:3.4.0:dev") //api("com.github.GTNewHorizons:twilightforest:2.4.3:dev") |