Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Feb 23, 2025
1 parent 05ed2b5 commit d6fa95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
shadowImplementation name: 'OC-JNLua', version: '20230530.0', ext: 'jar'
shadowImplementation name: 'OC-JNLua-Natives', version: '20220928.1', ext: 'jar'

compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.9:dev") {transitive = false }
compileOnly("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.54-gtnh:dev") {transitive = false}
compileOnly("com.github.GTNewHorizons:Angelica:1.0.0-beta26:api") { transitive = false }
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-484-GTNH:dev") {transitive = false }
compileOnly("com.github.GTNewHorizons:Avaritiaddons:1.8.4-GTNH:dev") {transitive = false }
Expand All @@ -26,7 +26,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:ProjectRed:4.10.5-GTNH:dev") {transitive = false }
compileOnly("com.github.GTNewHorizons:Railcraft:9.15.15:dev") {transitive = false }
compileOnly("com.github.GTNewHorizons:StructureLib:1.4.2:dev") {transitive = false}
compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.9:dev") {transitive = false }
compileOnly("com.github.GTNewHorizons:ThaumicEnergistics:1.6.27-GTNH:dev") {transitive = false}
compileOnly("com.github.GTNewHorizons:TinkersMechworks:0.3.1:dev") {transitive = false }
compileOnly("com.github.GTNewHorizons:waila:1.8.2:dev") {transitive = false }
compileOnly("com.github.GTNewHorizons:WirelessRedstone-CBE:1.6.1:dev") {transitive = false }
Expand Down

0 comments on commit d6fa95d

Please sign in to comment.