Skip to content

Commit 4f73cd2

Browse files
committed
remove the deprecated update checker
1 parent 49c319a commit 4f73cd2

File tree

7 files changed

+0
-233
lines changed

7 files changed

+0
-233
lines changed

src/main/java/com/falsepattern/lib/internal/FalsePatternLib.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
guiFactory = Tags.GROUPNAME + ".internal.config.LibraryGuiFactory",
4545
acceptableRemoteVersions = "*")
4646
public class FalsePatternLib {
47-
public static final String UPDATE_URL = "https://falsepattern.com/mc/api/v2/versions.json";
4847
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(Tags.MODID);
4948

5049
@SidedProxy(clientSide = Tags.GROUPNAME + ".internal.proxy.ClientProxy",

src/main/java/com/falsepattern/lib/internal/config/LibraryConfig.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ public class LibraryConfig {
3131
ConfigurationManager.selfInit();
3232
}
3333

34-
@Config.Comment({"Used to control whether FalsePatternLib should check for outdated mods.",
35-
"If you're building a public modpack, you should turn this off so that your users don't "
36-
+ "get nagged about outdated mods."})
37-
@Config.LangKey("config.falsepatternlib.updatecheck")
38-
@Config.DefaultBoolean(true)
39-
public static boolean ENABLE_UPDATE_CHECKER;
40-
4134
@Config.Comment({"Fixes the mod options menu in-game.",
4235
"By default, the mod options when in already in a game will show \"Test1, Test2, DISABLED\" in bright red.",
4336
"This replaces that interface with the one from the main menu."})

src/main/java/com/falsepattern/lib/internal/proxy/CommonProxy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import com.falsepattern.lib.internal.impl.config.net.SyncReplyHandler;
3232
import com.falsepattern.lib.internal.impl.config.net.SyncRequest;
3333
import com.falsepattern.lib.internal.impl.config.net.SyncRequestHandler;
34-
import com.falsepattern.lib.updates.UpdateChecker;
3534
import lombok.val;
3635

3736
import cpw.mods.fml.common.Mod;

src/main/java/com/falsepattern/lib/updates/ModUpdateInfo.java

Lines changed: 0 additions & 61 deletions
This file was deleted.

src/main/java/com/falsepattern/lib/updates/UpdateCheckException.java

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/main/java/com/falsepattern/lib/updates/UpdateChecker.java

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/main/java/com/falsepattern/lib/updates/package-info.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)