Skip to content

Commit

Permalink
Adjust build process for different dependency MC versions.
Browse files Browse the repository at this point in the history
Signed-off-by: King Lemming <kinglemming@gmail.com>
  • Loading branch information
KingLemming committed Nov 29, 2017
1 parent ab3b07c commit dd99b71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {
}

dependencies {
compile "cofh:RedstoneFlux:${config.mc_version}-${config.rf_version}:deobf"
compile "cofh:RedstoneFlux:${config.rf_mc_version}-${config.rf_version}:deobf"
compile "cofh:CoFHWorld:${config.mc_version}-${config.cofh_world_version}:deobf"
compile "cofh:CoFHCore:${config.mc_version}-${config.cofh_core_version}:deobf"
}
Expand Down
3 changes: 2 additions & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mappings=snapshot_20171003
mod_version=2.3.7

# Dependencies
rf_mc_version=1.12
rf_version=2.0.1.+
cofh_core_version=4.3.7.+
cofh_world_version=1.0.1.+
cofh_world_version=1.0.2.+
1 change: 0 additions & 1 deletion src/main/java/cofh/thermalfoundation/block/BlockOre.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.IBlockAccess;
import net.minecraftforge.client.model.ModelLoader;
import net.minecraftforge.fml.common.Loader;
import net.minecraftforge.fml.common.registry.ForgeRegistries;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
Expand Down

0 comments on commit dd99b71

Please sign in to comment.