This commit is contained in:
mmarc471@gmail.com
2020-08-24 20:36:27 +02:00
parent 33cbd045b3
commit cbc3199c17
11723 changed files with 725043 additions and 276 deletions
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
# Enable forge global version checking
versionCheck = true
# does the splashscreen run
splashscreen = true
defaultConfigPath = "defaultconfigs"
maxThreads = -1
+24
View File
@@ -0,0 +1,24 @@
#Client only settings, mostly things related to rendering
[client]
#Disable culling of hidden faces next to stairs and slabs. Causes extra rendering, but may fix some resource packs that exploit this vanilla mechanic.
disableStairSlabCulling = false
#Toggle off to make missing model text in the gui fit inside the slot.
zoomInMissingModelTextInGui = false
#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
#Enable the Forge block rendering pipeline - fixes the lighting of custom models.
forgeLightPipelineEnabled = true
#When enabled, Forge will show any warnings that occurred during loading.
showLoadWarnings = true
#Enable uploading cloud geometry to the GPU for faster rendering.
forgeCloudsEnabled = true
#When enabled, makes specific reload tasks such as language changing quicker to run.
selectiveResourceReloadEnabled = true
#Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones.
useCombinedDepthStencilAttachment = false
Binary file not shown.