updating before integrating jei

This commit is contained in:
Mohammad-Ali Minaie
2017-03-23 23:26:38 -04:00
parent b521f25e7f
commit 6972ec8101
15 changed files with 526 additions and 126 deletions

View File

@@ -87,8 +87,8 @@ dependencies {
// <MINECRAFT-VERSION> and <JEI-VERSION> can be found on CurseForge, check the file name of the version you want.
//
// compile against the JEI API
//deobfCompile "mezz.jei:jei_${mc_version}:${jei_version}:api"
//runtime "mezz.jei:jei_${mc_version}:${jei_version}"
deobfCompile "mezz.jei:jei_${mc_version}:${jei_version}:api"
runtime "mezz.jei:jei_${mc_version}:${jei_version}"
deobfCompile "nmd.primal.core:PrimalCore:${primal_version}:dev"
//runtime "nmd.primal.core:PrimalCore:${primal_version}"