forked from AllTheMods/ATM-10
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86aa007
commit d000a17
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |