Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed May 28, 2024
1 parent c65308f commit 2490bbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ dependencies {
compile('com.github.GTNewHorizons:AppleCore:3.3.0:dev')
compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
compile("curse.maven:witchery-69673:2234410")
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-400-GTNH:dev') {
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-404-GTNH:dev') {
transitive = false
}
compile('com.github.GTNewHorizons:Baubles:1.0.4:dev') {
transitive = false
}
compileOnly('com.github.GTNewHorizons:Botania:1.11.0-GTNH:dev') {
compileOnly('com.github.GTNewHorizons:Botania:1.11.1-GTNH:dev') {
transitive = false
}
compile('com.github.GTNewHorizons:CodeChickenLib:1.2.1:dev') {
transitive = false
}
compileOnly('com.github.GTNewHorizons:ThaumicTinkerer:2.9.4:dev') {
compileOnly('com.github.GTNewHorizons:ThaumicTinkerer:2.10.0:dev') {
transitive = false
}
compileOnly("com.github.GTNewHorizons:waila:1.7.3:api") {
compileOnly("com.github.GTNewHorizons:waila:1.8.0:api") {
transitive = false
}
api ('com.github.GTNewHorizons:ThaumicBoots:1.3.0:dev'){
api ('com.github.GTNewHorizons:ThaumicBoots:1.3.4:dev'){
exclude group: 'com.github.GTNewHorizons', module: 'Thaumic_Exploration'
}
runtimeOnly("com.github.GTNewHorizons:CodeChickenCore:1.2.1:dev") // Allow obfuscated Witchery to run in dev
runtimeOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.0-GTNH:dev")
runtimeOnly("com.github.GTNewHorizons:NotEnoughItems:2.6.1-GTNH:dev")
}

0 comments on commit 2490bbd

Please sign in to comment.