Remove RF dependency

This commit is contained in:
yueh 2017-08-22 11:06:20 +02:00
parent e1dcd588b7
commit f03f8ec432
2 changed files with 1 additions and 3 deletions

View file

@ -22,7 +22,6 @@ hwyla_version=1.8.19-B33_1.12
jei_version=4.7.1.69
tesla_version=1.0.61
ic2_version=2.8.9-ex112
rf_version=2.0.0.1
top_version=1.12-1.4.8-2
#########################################################

View file

@ -78,8 +78,7 @@ dependencies {
compileOnly "net.industrial-craft:industrialcraft-2:${ic2_version}:api"
compileOnly "mcjty.theoneprobe:TheOneProbe-1.12:${top_version}:api"
// deobfCompile "mcp.mobius.waila:Hwyla:${hwyla_version}"
deobfCompile "cofh:RedstoneFlux:${minecraft_version}-${rf_version}:universal"
// deobfCompile "mcp.mobius.waila:Hwyla:${hwyla_version}"
// at runtime, use the full JEI jar
runtime "mezz.jei:jei_${minecraft_version}:${jei_version}"