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 0f4a5cc commit f91758eCopy full SHA for f91758e
1 file changed
src/main/java/com/falsepattern/falsetweaks/config/ModuleConfig.java
@@ -36,9 +36,8 @@ public class ModuleConfig {
36
"Not compatible with some badly-written mods.",
37
"FPS impact: None, but makes startup a bit faster"})
38
@Config.LangKey
39
- @Config.Name(value = "startupOptimizations",
40
- migrations = "STARTUP_OPTIMIZATIONS_V2")
41
- @Config.DefaultBoolean(true)
+ @Config.Name(value = "startupOptimizations")
+ @Config.DefaultBoolean(false)
42
@Config.RequiresMcRestart
43
public static boolean STARTUP_OPTIMIZATIONS;
44
0 commit comments