Fix the forge version presented to the game (remove MC prefix)

This commit is contained in:
cpw 2018-10-04 20:04:03 -04:00
parent ca765b857b
commit bdcc7d966f
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ project(':forge') {
"org.lwjgl.util.DebugLoader": "true",
"mc.version": "${MC_VERSION}",
"mcp.version": "${MCP_VERSION}",
"forge.version": "${project.version}",
"forge.version": "${project.version.substring(MC_VERSION.length() + 1)}",
"forge.spec":"${SPEC_VERSION}"
]
environment += [