aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2023-04-26 20:57:41 +0200
committerGitHub <noreply@github.com>2023-04-26 20:57:41 +0200
commit112042c175f1dae75138a5f72363f5607b7d4896 (patch)
treed7cc6db95c7c101fa249e53bc316fcab40cdd3a6 /dependencies.gradle
parent852077c61780d3e940b40053a8cd7774b14a9fa3 (diff)
downloadGT5-Unofficial-112042c175f1dae75138a5f72363f5607b7d4896.tar.gz
GT5-Unofficial-112042c175f1dae75138a5f72363f5607b7d4896.tar.bz2
GT5-Unofficial-112042c175f1dae75138a5f72363f5607b7d4896.zip
Add mod logo (#71)
* Add mod logo * Update dependencies.gradle
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle30
1 files changed, 15 insertions, 15 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 46afe773bb..dd7ab0068c 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,20 +1,20 @@
// Add your dependencies here
dependencies {
- api('com.github.GTNewHorizons:GT5-Unofficial:5.09.42.48:dev')
+ api('com.github.GTNewHorizons:GT5-Unofficial:5.09.42.81:dev')
api("com.github.GTNewHorizons:EnderCore:0.2.13:dev")
- api("com.github.GTNewHorizons:EnderIO:2.4.9:dev")
+ api("com.github.GTNewHorizons:EnderIO:2.4.11:dev")
api("com.github.GTNewHorizons:Infernal-Mobs:1.7.5-GTNH:dev")
api("com.github.GTNewHorizons:ForestryMC:4.6.5:dev")
- api("com.github.GTNewHorizons:ModularUI:1.1.0:dev")
+ api("com.github.GTNewHorizons:ModularUI:1.1.2:dev")
//compileOnly("curse.maven:extrautilities-225561:2264384") {
// transitive = false
//}
- compileOnly("com.github.GTNewHorizons:GTplusplus:1.8.31:dev")
+ compileOnly("com.github.GTNewHorizons:GTplusplus:1.8.40:dev")
{
transitive = false
}
- compileOnly("com.github.GTNewHorizons:BloodMagic:1.3.25:dev")
+ compileOnly("com.github.GTNewHorizons:BloodMagic:1.4.0:dev")
{
transitive = false
}
@@ -22,19 +22,19 @@ dependencies {
{
transitive = false
}
- compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.11:dev")
+ compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.12:dev")
{
transitive = false
}
- compileOnly("com.github.GTNewHorizons:bartworks:0.6.7:dev")
+ compileOnly("com.github.GTNewHorizons:bartworks:0.6.15:dev")
{
transitive = false
}
- compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.0.15:dev")
+ compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.0.35:dev")
{
transitive = false
}
- compileOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.4.0-GTNH:dev")
+ compileOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.4.1-GTNH:dev")
{
transitive = false
}
@@ -48,18 +48,18 @@ dependencies {
*/
// For testing
- //runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.4.0-GTNH:dev")
- //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.8.31:dev")
+ //runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.4.1-GTNH:dev")
+ //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.8.40:dev")
//runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.0.18-GTNH:dev")
- //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.0.15:dev")
+ //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.0.35:dev")
//runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.6.9-GTNH:dev")
- //runtimeOnly("com.github.GTNewHorizons:bartworks:0.6.7:dev")
- //runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.2.11:dev")
+ //runtimeOnly("com.github.GTNewHorizons:bartworks:0.6.15:dev")
+ //runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.2.12:dev")
//api("com.github.GTNewHorizons:SpecialMobs:3.3.13:dev")
//api("com.github.GTNewHorizons:twilightforest:2.3.8.17:dev")
//api("com.github.GTNewHorizons:EnderZoo:1.0.23:dev")
//runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.1.15-GTNH:dev")
//runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
- //runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.3.25:dev")
+ //runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.4.0:dev")
//api("curse.maven:witchery-69673:2234410")
}