Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 15, 2025
1 parent f0cdc03 commit 7cb1259
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ dependencies {
// we don't want the old Baubles Messing stuff up so lets disable that
exclude module: "Baubles"
}
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.48:dev') {exclude module: "Baubles" }
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.73:dev') {exclude module: "Baubles" }
implementation('com.github.GTNewHorizons:ForbiddenMagic:0.8.0-GTNH:dev') {exclude module: "Baubles" }
implementation('com.github.GTNewHorizons:twilightforest:2.7.1:dev')
implementation('com.github.GTNewHorizons:twilightforest:2.7.2:dev')
implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.11-GTNH:dev')
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.18-GTNH:dev')

compileOnly('com.github.GTNewHorizons:ForgeMultipart:1.6.0:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Botania:1.12.3-GTNH:api') {transitive=false}
compileOnly('com.github.GTNewHorizons:Botania:1.12.5-GTNH:api') {transitive=false}
compileOnly('com.github.GTNewHorizons:CraftTweaker:3.4.0:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:ZenScript:1.0.0-GTNH') {transitive=false}
compileOnly('com.github.GTNewHorizons:MagicBees:2.9.0-GTNH:api') {transitive=false}
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.13.2-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:TinkersConstruct:1.13.3-GTNH:dev') {transitive=false}
compileOnly(deobfCurse('enviromine-230236:2269710'))
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.30'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.31'
}


0 comments on commit 7cb1259

Please sign in to comment.