Delete config directory

This commit is contained in:
Dmitry 2023-03-20 17:31:05 +07:00 committed by GitHub
parent d9deaee4dc
commit 5fb42473c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 0 additions and 1247 deletions

View file

@ -1,18 +0,0 @@
#Client only settings, mostly things related to rendering
[client]
#Enable Forge to queue all chunk updates to the Chunk Update thread.
#May increase FPS significantly, but may also cause weird rendering lag.
#Not recommended for computers without a significant number of cores available.
alwaysSetupTerrainOffThread = false
#EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models.
experimentalForgeLightPipelineEnabled = false
#When enabled, Forge will show any warnings that occurred during loading.
showLoadWarnings = true
#Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones.
useCombinedDepthStencilAttachment = false
#Forces the use of System.nanoTime instead of glfwGetTime, as the main Util time provider
forceSystemNanoTime = false
#When enabled, Forge will convert discovered 'Open to LAN' IPv6 addresses to their more compact, compressed representation
compressLanIPv6Addresses = true