Update Iron Chests to 1.12.1!

This commit is contained in:
Chris Tilden 2017-09-16 20:30:46 -07:00
parent 5aaf413b35
commit 02d430a0e8
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ repositories {
}
dependencies {
deobfCompile "mezz.jei:jei_1.12:4.7.0.+"
deobfCompile "mezz.jei:jei_1.12.1:4.7.7.+"
}
// This is our group. I'm cpw.mods
@ -46,8 +46,8 @@ targetCompatibility = 1.8
// Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here
minecraft {
version = "1.12-14.21.0.2375"
mappings = "snapshot_20170627"
version = "1.12.1-14.22.0.2452"
mappings = "snapshot_20170811"
runDir = "run"
}