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",
|
"Manifest-Version: 1.0",
|
||||||
"FMLCorePlugin: techreborn.asm.LoadingPlugin",
|
"FMLCorePlugin: techreborn.asm.LoadingPlugin",
|
||||||
"FMLCorePluginContainsFMLMod: true"
|
"FMLCorePluginContainsFMLMod: true"
|
||||||
|
],
|
||||||
|
"versionStrings": [
|
||||||
|
"@MODVERSION@",
|
||||||
|
"$version"
|
||||||
],
|
],
|
||||||
"devJar": true,
|
"devJar": true,
|
||||||
"srcJar": true,
|
"srcJar": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue