Fix the forge version presented to the game (remove MC prefix)
This commit is contained in:
parent
ca765b857b
commit
bdcc7d966f
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ project(':forge') {
|
||||||
"org.lwjgl.util.DebugLoader": "true",
|
"org.lwjgl.util.DebugLoader": "true",
|
||||||
"mc.version": "${MC_VERSION}",
|
"mc.version": "${MC_VERSION}",
|
||||||
"mcp.version": "${MCP_VERSION}",
|
"mcp.version": "${MCP_VERSION}",
|
||||||
"forge.version": "${project.version}",
|
"forge.version": "${project.version.substring(MC_VERSION.length() + 1)}",
|
||||||
"forge.spec":"${SPEC_VERSION}"
|
"forge.spec":"${SPEC_VERSION}"
|
||||||
]
|
]
|
||||||
environment += [
|
environment += [
|
||||||
|
|
Loading…
Reference in a new issue