Skip to content

Commit

Permalink
add GTNH to the version instead of just the filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Jun 15, 2019
1 parent f54b36f commit 5087a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
compile "codechicken:CodeChickenCore:${config.mc_version}-${config.ccc_version}:dev"
}

version = "${project.config.mod_version}." + "gtnh"
version = "${project.config.mod_version}"

println config.mc_version + "-" + config.forge_version
// Setup the forge minecraft plugin data. Specify the preferred forge/minecraft version here
Expand Down
2 changes: 1 addition & 1 deletion build/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mc_version=1.7.10
forge_version=10.13.4.1448-1.7.10
ccl_version=1.1.3.138
ccc_version=1.0.7.+
mod_version=1.0.6
mod_version=1.0.6-GTNH

0 comments on commit 5087a95

Please sign in to comment.