Update JEI, minor clean up of JEI integration

This commit is contained in:
mezz 2016-02-17 23:44:15 -08:00
parent fb1d6f1074
commit a1ef232b38
37 changed files with 311 additions and 375 deletions

View file

@ -110,7 +110,7 @@ dependencies {
compile name: "CraftTweaker", version: "1.8.8-3.0.0", classifier: "Dev"
// shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-5:api'
deobfCompile 'RebornCore:RebornCore-1.8.9:1.4.3.+:universal'
deobfCompile "mezz.jei:jei_1.8.9:2.24.+"
deobfCompile "mezz.jei:jei_1.8.9:2.27.+"
testCompile 'junit:junit:4.12'
}