Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed May 31, 2024
1 parent b43e100 commit 77d5bcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Add your dependencies here

dependencies {
compile('com.github.GTNewHorizons:ForestryMC:4.9.0:dev')
compile('com.github.GTNewHorizons:ForestryMC:4.9.3:dev')

compileOnly('com.github.GTNewHorizons:BloodMagic:1.6.1:dev')
compileOnly('com.github.GTNewHorizons:BloodMagic:1.6.2:dev')
compileOnly('com.github.GTNewHorizons:ThaumicHorizons:1.6.1:dev')
compileOnly('com.github.GTNewHorizons:Baubles:1.0.4:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Botania:1.11.0-GTNH:api') {transitive = false}
compileOnly('com.github.GTNewHorizons:Botania:1.11.1-GTNH:api') {transitive = false}
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.46.13:dev')
compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.6.5-GTNH:dev')
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.48.14:dev')
compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.6.10-GTNH:dev')
}

0 comments on commit 77d5bcf

Please sign in to comment.