updated mods

This commit is contained in:
Jared 2018-02-02 18:12:28 +02:00
parent 1da35b0f2a
commit 0fe1d76e08
4 changed files with 7 additions and 9 deletions

View file

@ -19,7 +19,7 @@ compileJava {
}
minecraft {
version = "1.12.2-14.23.1.2555"
version = "1.12.2-14.23.1.2608"
runDir = "run"
mappings = "snapshot_20171003"
useDepAts = true
@ -57,16 +57,14 @@ repositories {
}
dependencies {
deobfCompile "CraftTweaker2:CraftTweaker2-MC1120-Main:1.12-4.0.12.+"
deobfCompile "CraftTweaker2:CraftTweaker2-API:4.0.12.+"
deobfCompile "CraftTweaker2:ZenScript:4.0.12.+"
deobfCompile "mezz.jei:jei_1.12.2:4.8.0.+"
deobfCompile "CraftTweaker2:CraftTweaker2-MC1120-Main:1.12-4.1.0.+"
deobfCompile "mezz.jei:jei_1.12.2:4.8.5.+"
deobfCompile "com.blamejared:MTLib:3.0.+"
deobfCompile("cofh:ThermalExpansion:1.12.2-5.+:deobf") {
exclude group: 'mezz.jei'
}
deobfCompile("betterwithmods:BetterWithMods:1.12-2.0.15-210:dev") {
deobfCompile("betterwithmods:BetterWithMods:1.12-2.0.+:dev") {
exclude group: 'mezz.jei'
}
deobfCompile("de.ellpeck.actuallyadditions:ActuallyAdditions:1.12.1-r121") {
@ -75,15 +73,15 @@ dependencies {
deobfCompile("slimeknights.mantle:Mantle:1.12-1.3.1.+") {
exclude group: 'mezz.jei'
}
deobfCompile("slimeknights:TConstruct:1.12-2.7.4.36") {
deobfCompile("slimeknights:TConstruct:1.12.2-2.9.0.+") {
exclude group: 'mezz.jei'
}
deobfCompile('net.sengir.forestry:forestry_1.12.2:5.+') {
exclude group: 'mezz.jei'
}
deobfCompile "team.chisel.ctm:CTM:MC1.12-0.2.3.9"
deobfCompile "team.chisel.ctm:CTM:MC1.12-0.2.3.12"
deobfCompile("refinedstorage:refinedstorage:1.5.30-1460") {
deobfCompile("refinedstorage:refinedstorage:1.5.32-1498") {
exclude group: 'mezz.jei'
}
deobfCompile("knightminer.tcomplement:TinkersComplement:1.12.1-0.2.1.3") {