Update to 1.10.2!

This commit is contained in:
alexbegt 2016-07-06 21:10:03 -04:00
parent cac7322894
commit 29ef3a5c54
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ repositories {
}
dependencies {
deobfCompile "mezz.jei:jei_1.10:3.7.0.218"
deobfCompile "mezz.jei:jei_1.10.2:3.7.4.226"
}
// This is our group. I'm cpw.mods
@ -43,8 +43,8 @@ archivesBaseName = "ironchest"
// Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here
minecraft {
version = "1.10-12.18.0.1986-1.10.0"
mappings = "snapshot_20160623"
version = "1.10.2-12.18.0.2007-1.10.0"
mappings = "snapshot_20160706"
runDir = "run"
}