Skip to content

Commit

Permalink
Disable Neoforge update check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Marsh committed Jul 19, 2024
1 parent 86aa007 commit d000a17
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/fml.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#Early window height
earlyWindowHeight = 480
#Enable NeoForge global version checking
versionCheck = false
#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them.
earlyWindowControl = true
#Early window framebuffer scale
earlyWindowFBScale = 1
#Disables File Watcher. Used to automatically update config if its file has been modified.
disableConfigWatcher = false
#Early window provider
earlyWindowProvider = "fmlearlywindow"
#Early window width
earlyWindowWidth = 854
#Early window starts maximized
earlyWindowMaximized = false
#Default config path for servers
defaultConfigPath = "defaultconfigs"
#Disables Optimized DFU client-side - already disabled on servers
disableOptimizedDFU = true
#Skip specific GL versions, may help with buggy graphics card drivers
earlyWindowSkipGLVersions = []
#Max threads for early initialization parallelism, -1 is based on processor count
maxThreads = -1
#Squir?
earlyWindowSquir = false

0 comments on commit d000a17

Please sign in to comment.