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 <[email protected]>
  • Loading branch information
KingLemming committed Nov 28, 2017
1 parent bf4b74f commit 625cee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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:CoFHCore:${config.mc_version}-${config.cofh_core_version}:deobf"
compile "cofh:ThermalFoundation:${config.mc_version}-${config.tf_version}:deobf"
}
Expand Down
1 change: 1 addition & 0 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ mappings=snapshot_20171003
mod_version=0.1.2

# Dependencies
rf_mc_version=1.12
rf_version=2.0.1.+
cofh_core_version=4.3.7.+
tf_version=2.3.7.+

0 comments on commit 625cee7

Please sign in to comment.