Fixed build version reference
This commit is contained in:
parent
9f53320123
commit
e906f803c4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ archivesBaseName = "Resonant-Induction"
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "${config.version.minecraft}-${config.version.forge}"
|
version = "${config.version.minecraft}-${config.version.forge}"
|
||||||
|
|
||||||
replaceIn "ResonantInduction.java"
|
replaceIn "Reference.java"
|
||||||
replace "@MAJOR@", config.version.mod.major
|
replace "@MAJOR@", config.version.mod.major
|
||||||
replace "@MINOR@", config.version.mod.minor
|
replace "@MINOR@", config.version.mod.minor
|
||||||
replace "@REVIS@", config.version.mod.revis
|
replace "@REVIS@", config.version.mod.revis
|
||||||
|
|
Loading…
Reference in a new issue