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 *.iml
*.ipr *.ipr
*.iws *.iws
.idea/ .idea/
out/

View File

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