Update universal manifest for 1.8.8's json.
This commit is contained in:
parent
68dfcccd57
commit
22e99a2cff
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
])
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue