Skip to content

Commit 55efad9

Browse files
committed
Update deps
1 parent aa320f7 commit 55efad9

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

build.gradle

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repositories {
4444
url "https://www.ryanliptak.com/maven/"
4545
}
4646
maven {
47-
url "https://maven.chaosfield.at/"
47+
url "https://maven.ellpeck.de/"
4848
}
4949
maven {
5050
url "https://maven.tterrag.com"
@@ -61,41 +61,41 @@ repositories {
6161
}
6262

6363
dependencies {
64-
deobfCompile "CraftTweaker2:CraftTweaker2-MC1120-Main:1.12-4.1.20.554"
65-
deobfCompile "mezz.jei:jei_1.12.2:4.14.4.264"
66-
deobfCompile "com.blamejared:MTLib:3.0.4.8"
64+
deobfCompile "CraftTweaker2:CraftTweaker2-MC1120-Main:1.12-4.1.20.613"
65+
deobfCompile "mezz.jei:jei_1.12.2:4.16.1.302"
66+
deobfCompile "com.blamejared:MTLib:3.0.5.15"
6767
deobfCompile "com.azanor.baubles:Baubles:1.12-1.5.2"
68-
deobfCompile "vazkii.botania:Botania:r1.10-357.7"
68+
deobfCompile "vazkii.botania:Botania:r1.10-363.148"
6969

7070

71-
deobfCompile("cofh:ThermalExpansion:1.12.2-5.5.3.41:universal") {
71+
deobfCompile("cofh:ThermalExpansion:1.12.2-5.5.4.43:universal") {
7272
exclude group: 'mezz.jei'
7373
}
74-
deobfCompile("cofh:ThermalFoundation:1.12.2-2.6.2.25:universal") {
74+
deobfCompile("cofh:ThermalFoundation:1.12.2-2.6.3.27:universal") {
7575
exclude group: 'mezz.jei'
7676
}
7777

78-
deobfCompile("cofh:CoFHCore:1.12.2-4.6.2.24:universal") {
78+
deobfCompile("cofh:CoFHCore:1.12.2-4.6.3.27:universal") {
7979
exclude group: 'mezz.jei'
8080
}
8181

82-
deobfCompile("cofh:RedstoneFlux:1.12-2.1.0.6:universal") {
82+
deobfCompile("cofh:RedstoneFlux:1.12-2.1.0.7:universal") {
8383
exclude group: 'mezz.jei'
8484
}
8585

86-
deobfCompile("cofh:CoFHWorld:1.12.2-1.3.0.6:universal") {
86+
deobfCompile("cofh:CoFHWorld:1.12.2-1.3.1.7:universal") {
8787
exclude group: 'mezz.jei'
8888
}
8989

9090

91-
deobfCompile("codechicken:CodeChickenLib:1.12.2-3.2.2.353:universal") {
91+
deobfCompile("codechicken:CodeChickenLib:1.12.2-3.2.3.358:universal") {
9292
exclude group: 'mezz.jei'
9393
}
9494

95-
deobfCompile("betterwithmods:BetterWithMods:1.12-2.3.15-995") {
95+
deobfCompile("betterwithmods:BetterWithMods:1.12-2.3.23-4") {
9696
exclude group: 'mezz.jei'
9797
}
98-
deobfCompile("de.ellpeck.actuallyadditions:ActuallyAdditions:1.12.2-r142") {
98+
deobfCompile("de.ellpeck.actuallyadditions:ActuallyAdditions:1.12.2-r152.16") {
9999
exclude group: 'mezz.jei'
100100
}
101101
deobfCompile("slimeknights.mantle:Mantle:1.12-1.3.3.+") {
@@ -107,17 +107,17 @@ dependencies {
107107
deobfCompile('curse.maven:forestry-59751:2918418') {
108108
exclude group: 'mezz.jei'
109109
}
110-
deobfCompile "team.chisel.ctm:CTM:MC1.12.2-0.3.2.20"
110+
deobfCompile "team.chisel.ctm:CTM:MC1.12.2-1.0.2.31"
111111
deobfCompile("knightminer.tcomplement:TinkersComplement:1.12.2-0.4.2.39") {
112112
exclude group: 'mezz.jei'
113113
}
114-
deobfCompile "team.chisel:Chisel:MC1.12.2-0.2.0.31"
114+
deobfCompile "team.chisel:Chisel:MC1.12.2-1.0.2.45"
115115
deobfCompile "curse.maven:bloodmagic-224791:2610083"
116116
deobfCompile "curse.maven:guideapi-228832:2645993"
117-
deobfCompile("knightminer:Inspirations:1.12.2-0.2.4.70") {
117+
deobfCompile("knightminer:Inspirations:1.12.2-0.2.9.9") {
118118
exclude group: 'mezz.jei'
119119
}
120-
deobfCompile "blusunrize:ImmersiveEngineering:0.12-89-518"
120+
deobfCompile "blusunrize:ImmersiveEngineering:0.12-92-559"
121121
}
122122

123123
processResources {

0 commit comments

Comments
 (0)