Skip to content

Commit 2d8d3e1

Browse files
Replace CodeChickenLib (#5)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
1 parent c58083c commit 2d8d3e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Add your dependencies here
22

33
dependencies {
4-
api("com.github.GTNewHorizons:CodeChickenLib:1.2.1:dev")
4+
api("com.github.GTNewHorizons:CodeChickenCore:1.4.3:dev")
55
api("com.github.GTNewHorizons:NotEnoughItems:2.5.4-GTNH:dev")
66
api("com.github.GTNewHorizons:ForgeMultipart:1.4.7:dev")
77
api("com.github.GTNewHorizons:waila:1.6.5:dev")
88
compileOnlyApi("com.github.GTNewHorizons:Botania:1.10.4-GTNH:dev")
99
compileOnlyApi("com.github.GTNewHorizons:ForestryMC:4.8.2:dev")
1010
compileOnlyApi("com.github.GTNewHorizons:OpenComputers:1.10.6-GTNH:dev")
11-
compileOnlyApi("com.azanor:Thaumcraft:1.7.10-4.2.3.5:deobf")
11+
compileOnlyApi("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") { transitive = false }
1212
compileOnlyApi("com.github.GTNewHorizons:BloodMagic:1.5.0:dev")
1313
compileOnlyApi('curse.maven:minefactory-reloaded-66672:2366150') { transitive = false }
1414
compileOnlyApi('curse.maven:computercraft-67504:2269339')

0 commit comments

Comments
 (0)