Added MinecraftApplet.clas to the force output list because users cant understand the concept of only replacing files they are told to. And bumped version to 3.1.2

This commit is contained in:
LexManos 2012-04-18 21:18:18 -07:00
parent 86fd9e0b9c
commit 2f89f566cf
2 changed files with 4 additions and 2 deletions

View file

@ -623,9 +623,9 @@ public class ForgeHooks
//This number is incremented every Minecraft version, and never reset
public static final int majorVersion = 3;
//This number is incremented every official release, and reset every Minecraft version
public static final int minorVersion = 0;
public static final int minorVersion = 1;
//This number is incremented every time a interface changes, and reset every Minecraft version
public static final int revisionVersion = 1;
public static final int revisionVersion = 2;
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
public static final int buildVersion = 0;
static

View file

@ -134,6 +134,8 @@ def extract_fml_obfed():
server = zipfile.ZipFile(os.path.join(mcp_dir, 'temp', 'server_reobf.jar'))
print 'Extracting Reobfed Forge ModLoader classes'
lines.append("minecraft/net/minecraft/client/MinecraftApplet.class") #Needed because users dont install Forge properly -.-
for line in lines:
line = line.replace('\n', '').replace('\r', '').replace('/', os.sep)
print line