Update universal manifest for 1.8.8's json.

This commit is contained in:
LexManos 2015-11-24 03:37:17 -08:00
parent 68dfcccd57
commit 22e99a2cff
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ outputJar {
manifest.attributes([
"Main-Class": "net.minecraftforge.fml.relauncher.ServerLaunchWrapper",
"TweakClass": "net.minecraftforge.fml.common.launcher.FMLTweaker",
"Class-Path": getServerClasspath(file("jsons/1.8-rel.json"))
"Class-Path": getServerClasspath(file("jsons/${minecraft.version}-rel.json"))
])
}