Skip to content

Commit

Permalink
Specify all the CofH dependencies as TE doesn't pull them in anymore
Browse files Browse the repository at this point in the history
The pom file for TE used to specify all dependencies so you only
needed to state that one. This changed recently and you have
to manually add then to your build.gradle
  • Loading branch information
Ipsis committed Nov 3, 2018
1 parent 2de79f5 commit c524b78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Expand Up @@ -83,10 +83,13 @@ dependencies {
deobfCompile "mezz.jei:jei_${config.minecraft_version}:${config.jei_version}"
deobfCompile "mcjty.theoneprobe:TheOneProbe-1.12:${config.top_version}"
deobfCompile "com.wayoftime.bloodmagic:BloodMagic:${config.bm_version}"
deobfCompile "cofh:RedstoneFlux:${config.rf_version}"
deobfCompile "info.amerifrance.guideapi:Guide-API:1.12-${config.guideapi_version}"
// deobfCompile "cofh:ThermalFoundation:${config.minecraft_version}-${config.tf_version}:deobf"

deobfCompile "cofh:RedstoneFlux:${config.rf_minecraft_version}-${config.rf_version}:deobf"
deobfCompile "cofh:ThermalFoundation:${config.minecraft_version}-${config.tf_version}:deobf"
deobfCompile "cofh:ThermalExpansion:${config.minecraft_version}-${config.te_version}:deobf"
deobfCompile "cofh:CoFHCore:${config.minecraft_version}-${config.cofh_core_version}:deobf"
deobfCompile "codechicken:CodeChickenLib:${config.minecraft_version}-${config.ccl_version}:deobf"
}

processResources
Expand Down

0 comments on commit c524b78

Please sign in to comment.