Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Update dependencies.gradle (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba6000 authored Jul 12, 2023
1 parent 0509e01 commit 340027a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,41 +35,41 @@
*/

dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.104:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.123: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.4-GTNH:dev")
api("com.github.GTNewHorizons:EnderIO:2.4.21:dev")
api("com.github.GTNewHorizons:ForestryMC:4.6.10:dev")
api("com.github.GTNewHorizons:ModularUI:1.1.14:dev")
api("com.github.GTNewHorizons:Mobs-Info:0.0.6-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.52:dev")
compileOnly("com.github.GTNewHorizons:GTplusplus:1.9.56:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:BloodMagic:1.4.1:dev")
compileOnly("com.github.GTNewHorizons:BloodMagic:1.4.2:dev")
{
transitive = false
}
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.12:dev")
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.13:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:bartworks:0.7.24:dev")
compileOnly("com.github.GTNewHorizons:bartworks:0.7.27:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.66:dev")
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.81:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.4.1-GTNH:dev")
compileOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.4.2-GTNH:dev")
{
transitive = false
}
Expand All @@ -83,18 +83,18 @@ dependencies {
*/

// For testing
//runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.4.1-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.9.52:dev")
//runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.4.2-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.9.56:dev")
//runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.0-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.66:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.81:dev")
//runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.7.0-GTNH: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")
//runtimeOnly("com.github.GTNewHorizons:bartworks:0.7.27:dev")
//runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.2.13:dev")
//api("com.github.GTNewHorizons:SpecialMobs:3.4.1:dev")
//api("com.github.GTNewHorizons:twilightforest:2.4.3:dev")
//api("com.github.GTNewHorizons:EnderZoo:1.0.23:dev")
//runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.1.19-GTNH:dev")
//runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
//runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.4.1:dev")
//runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.4.2:dev")
//api("curse.maven:witchery-69673:2234410")
}

0 comments on commit 340027a

Please sign in to comment.