Update to latest JEI and Forge

This commit is contained in:
Raoul Van den Berge
2016-03-26 16:38:19 +01:00
parent b3ae29ed80
commit 85acc2b885
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@@ -12,4 +12,5 @@ run/
*.iml
*.ipr
*.iws
.idea/
.idea/
out/

View File

@@ -17,9 +17,9 @@ group = "refinedstorage"
archivesBaseName = "refinedstorage"
minecraft {
version = "1.9-12.16.0.1770-1.9"
version = "1.9-12.16.0.1811-1.9"
runDir = "run"
useDepAts = true
useDepAts = true
mappings = "snapshot_20160312"
}
@@ -30,7 +30,7 @@ repositories {
}
dependencies {
deobfCompile "mezz.jei:jei_1.9:3.0.+"
deobfCompile "mezz.jei:jei_1.9:3.1.+"
}
processResources {