Add CraftTweaker support (#3231)

This commit is contained in:
fscan
2017-11-22 21:09:26 +01:00
committed by GitHub
parent 90c17c09a8
commit 959672dae3
12 changed files with 734 additions and 2 deletions
+2
View File
@@ -189,6 +189,8 @@ public final class AppEng
AppEng.proxy.preinit();
}
IntegrationRegistry.INSTANCE.preInit();
if( versionCheckerConfig.isVersionCheckingEnabled() )
{
final VersionChecker versionChecker = new VersionChecker( versionCheckerConfig );