Basic 1.6 mod management (no jar mods)

This commit is contained in:
Petr Mrázek
2013-08-28 04:38:29 +02:00
parent aa8766581e
commit 5ff6fbf464
22 changed files with 321 additions and 396 deletions

View File

@ -147,7 +147,7 @@ public:
};
class FullVersion
class OneSixVersion
{
public:
/// the ID - determines which jar to use! ACTUALLY IMPORTANT!
@ -203,7 +203,7 @@ public:
// QList<Rule> rules;
public:
FullVersion()
OneSixVersion()
{
minimumLauncherVersion = 0xDEADBEEF;
}