Updated to FML 115, added Forge Logo to the client dist, and in-game ModInfo page.

This commit is contained in:
LexManos 2012-06-02 19:24:40 -07:00
parent 4642519f33
commit 63453137b3
4 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -11,7 +11,7 @@
"Spacetoad"
],
"description": "Minecraft Forge is a common open source API allowing a broad range of mods to work cooperatively together.\nIt allows many mods to be created without them editing the main Minecraft code.",
"logoFile" : "",
"logoFile" : "/forge_logo.png",
"updateUrl" : "http://minecraftforge.net/forum/index.php/topic,5.0.html",
"parent" : "",
"screenshots": [

View File

@ -58,6 +58,7 @@ def main():
zip_start('minecraftforge-client-%s.zip' % version_str)
zip_folder(client_dir, '', zip)
zip_add('forge_common/mod_MinecraftForge.info', 'mod_MinecraftForge.info')
zip_add('forge_client/src/forge_logo.png')
zip_add('MinecraftForge-Credits.txt')
zip_add('MinecraftForge-License.txt')
zip_add('fml/CREDITS-fml.txt')