Forge build change: the universal jar, if installed alongside a server jar file, can be executed to load forge. No server side merging required!
Update FML: 989ab3e 989ab3e Update build.xml - add a classpath to the manifest. This means the universal jar is now a server side launche 88f1dc9 Typos!
This commit is contained in:
parent
c440c4b0c1
commit
2687a67e73
3 changed files with 7 additions and 0 deletions
6
MANIFEST.MF
Normal file
6
MANIFEST.MF
Normal file
|
@ -0,0 +1,6 @@
|
|||
Manifest-Version: 1.0
|
||||
Ant-Version: Apache Ant 1.8.2
|
||||
Created-By: 1.7.0_09-b30 (Oracle Corporation)
|
||||
Main-Class: net.minecraft.server.MinecraftServer
|
||||
Class-Path: minecraft_server.jar
|
||||
|
Binary file not shown.
|
@ -80,6 +80,7 @@ def main():
|
|||
zip_add('install/Paulscode SoundSystem CodecIBXM License.txt')
|
||||
zip_add('common/forge_at.cfg')
|
||||
zip_add(version_file)
|
||||
zip_add('MANIFEST.MF','META-INF/MANIFEST.MF')
|
||||
zip_end()
|
||||
|
||||
inject_version(os.path.join(forge_dir, 'common/net/minecraftforge/common/ForgeVersion.java'.replace('/', os.sep)), build_num)
|
||||
|
|
Loading…
Reference in a new issue