Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 3, 2025
1 parent 3d9edb4 commit 6a5acbd
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,24 @@

dependencies {

api ('com.github.GTNewHorizons:ThaumicBoots:1.4.0:dev'){transitive=false}
api ('com.github.GTNewHorizons:ThaumicBoots:1.4.2:dev'){transitive=false}

implementation('com.github.GTNewHorizons:Baubles-Expanded:2.0.3:dev')
implementation('com.github.GTNewHorizons:Tainted-Magic:7.6.14:dev')
// we don't want the old Baubles Messing stuff up so lets disable that
implementation('com.github.GTNewHorizons:Tainted-Magic:7.6.14:dev') {
// 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')
implementation('com.github.GTNewHorizons:ForbiddenMagic:0.8.0-GTNH:dev')
implementation('com.github.GTNewHorizons:twilightforest:2.7.1:dev')
implementation('curse.maven:travellers-gear-224440:2262113')
implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.11-GTNH:dev')
api ('com.github.GTNewHorizons:ThaumicBoots:1.4.2:dev'){
exclude group: 'com.github.GTNewHorizons', module: 'WitchingGadgets'

}
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.31:dev') {exclude module: "Baubles" }
implementation('com.github.GTNewHorizons:ForbiddenMagic:0.7.0-GTNH:dev') {exclude module: "Baubles" }
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.48: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('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.4-GTNH:dev')
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.11-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: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(deobfCurse('enviromine-230236:2269710'))
}

0 comments on commit 6a5acbd

Please sign in to comment.