Add mod version and accepted MC version directly to the @Mod annotation

This commit is contained in:
johni0702
2016-12-30 11:52:41 +01:00
parent 655bea0b2d
commit 7ad19aa025
10 changed files with 36 additions and 8 deletions

View File

@@ -39,6 +39,8 @@ minecraft {
version = '1.8-11.14.4.1563'
runDir = "eclipse"
mappings = "snapshot_nodoc_20141130"
replace '@MOD_VERSION@', project.version
replace '@MC_VERSION@', project.minecraft.version
}
repositories {