We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eaced commit 256eca9Copy full SHA for 256eca9
src/main/java/com/falsepattern/lib/internal/LibraryConfig.java
@@ -11,7 +11,7 @@ public class LibraryConfig {
11
public static boolean ENABLE_UPDATE_CHECKER = true;
12
13
@Config.Comment({"Used to control whether FalsePatternLib should be allowed to use the internet.",
14
- "If this is enabled, library downloads will be blocked.",
+ "If this is disabled, library downloads will be blocked.",
15
"Note that if a mod tries to download a library that is not downloaded yet, the game will crash."})
16
@Config.LangKey("config.falsepatternlib.disableinternet")
17
public static boolean ENABLE_LIBRARY_DOWNLOADS = true;
0 commit comments