diff options
author | miozune <miozune@gmail.com> | 2022-12-02 19:50:23 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 11:50:23 +0100 |
commit | fd6750ad7c16c749db5ce30b63fb8518e62b3cb7 (patch) | |
tree | 149178b9beceef86a7634be8a39c571f9d2529e4 /dependencies.gradle | |
parent | cbd693f6a29a3c1b2d056cd23f47b610d96c2b34 (diff) | |
download | GT5-Unofficial-fd6750ad7c16c749db5ce30b63fb8518e62b3cb7.tar.gz GT5-Unofficial-fd6750ad7c16c749db5ce30b63fb8518e62b3cb7.tar.bz2 GT5-Unofficial-fd6750ad7c16c749db5ce30b63fb8518e62b3cb7.zip |
Rewrite GUIs with ModularUI (#239)
* port most of the radio hatch to modularuii
* be done with this radio hatch. fuck colors
* radio hatch right bar color woooo
* spotless hell
* final color fix ffs
* a bit of tweak
* NEI
* Windmill
* LESU
* cleanup
* Water Pump, Destructopack, cleanup
* Circuit Programmer, Radiation Shutter
* Use new MUI method for setOnScrollNumbers
Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Former-commit-id: a717aa0117091559dd00bc0a10e54db2025979fc
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 055cd143d2..bf9bf42c0a 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,14 +1,18 @@ // Add your dependencies here dependencies { - compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.99:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.148:dev") compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev") - compile("com.github.GTNewHorizons:TecTech:5.0.42:dev") - compile("com.github.GTNewHorizons:NotEnoughItems:2.3.7-GTNH:dev") + compile("com.github.GTNewHorizons:TecTech:5.0.52:dev") + compile("com.github.GTNewHorizons:NotEnoughItems:2.3.14-GTNH:dev") compile("com.github.GTNewHorizons:TinkersConstruct:1.9.4-GTNH:dev") compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.5:dev") compile("com.github.GTNewHorizons:CodeChickenCore:1.1.6:dev") - compile("com.github.GTNewHorizons:Galacticraft:3.0.44-GTNH:dev") + compile("com.github.GTNewHorizons:Galacticraft:3.0.47-GTNH:dev") { + exclude group:"com.github.GTNewHorizons", module:"SpongePoweredMixin" + exclude group:"com.github.GTNewHorizons", module:"SpongeMixins" + } + compile("com.github.GTNewHorizons:ModularUI:1.0.23:dev") compile("com.github.GTNewHorizons:GalacticGregGT5:1.0.8:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" } |