Skip to content

Commit

Permalink
update version + deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 9, 2023
1 parent 4942fdb commit af35c27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
// Add your dependencies here

dependencies {
api("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.98:dev")
api("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.104:dev")
api("com.github.GTNewHorizons:Yamcl:0.5.86:dev")
api("com.github.GTNewHorizons:Baubles:1.0.3:dev")

compileOnly("com.github.GTNewHorizons:Avaritia:1.46:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:twilightforest:2.5.1:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GalacticGregGT5:1.0.10:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GTNH-Intergalactic:1.2.7:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:TecTech:5.3.20:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:TecTech:5.3.22:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:bartworks:0.8.20:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Mantle:0.3.7:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.10.12-GTNH:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:WitcheryExtras:1.1.14:dev") { transitive = false }
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") { transitive = false }
compileOnly("curse.maven:witchery-69673:2234410") { transitive = false }
compileOnly("com.github.GTNewHorizons:GTplusplus:1.10.39:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GTplusplus:1.10.44:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Chisel:2.12.3-GTNH:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Botania:1.10.3-GTNH:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:BloodMagic:1.4.3:dev") { transitive = false }
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dreammaster/lib/Refstrings.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public final class Refstrings {
public static final String MODID = Mods.Names.NEW_HORIZONS_CORE_MOD;
public static final String NAME = "GT: New Horizons";
public static final String VERSION = BuildVersion.VERSION;
public static final String MODPACKPACK_VERSION = "2.4.2";
public static final String MODPACKPACK_VERSION = "2.5.0";
public static final String CLIENTSIDE = "com.dreammaster.main.ClientProxy";
public static final String SERVERSIDE = "com.dreammaster.main.CommonProxy";
public static final String COLLECTIONID = "GTNewHorizons";
Expand Down

0 comments on commit af35c27

Please sign in to comment.