Added injecting of version info for use with fastbuild
This commit is contained in:
parent
fbbce6ca20
commit
fbabc1bed4
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@
|
|||
"Manifest-Version: 1.0",
|
||||
"FMLCorePlugin: techreborn.asm.LoadingPlugin",
|
||||
"FMLCorePluginContainsFMLMod: true"
|
||||
],
|
||||
"versionStrings": [
|
||||
"@MODVERSION@",
|
||||
"$version"
|
||||
],
|
||||
"devJar": true,
|
||||
"srcJar": true,
|
||||
|
|
Loading…
Reference in a new issue