1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Change forge-client.toml settings for testing performance.

This commit is contained in:
2020-04-20 00:56:55 +02:00
parent de8d181dcc
commit 8738642557

View File

@@ -8,9 +8,9 @@
#Enable Forge to queue all chunk updates to the Chunk Update thread. #Enable Forge to queue all chunk updates to the Chunk Update thread.
#May increase FPS significantly, but may also cause weird rendering lag. #May increase FPS significantly, but may also cause weird rendering lag.
#Not recommended for computers without a significant number of cores available. #Not recommended for computers without a significant number of cores available.
alwaysSetupTerrainOffThread = false alwaysSetupTerrainOffThread = true
#EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models. #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models.
experimentalForgeLightPipelineEnabled = false experimentalForgeLightPipelineEnabled = true
#Enable the Forge block rendering pipeline - fixes the lighting of custom models. #Enable the Forge block rendering pipeline - fixes the lighting of custom models.
forgeLightPipelineEnabled = true forgeLightPipelineEnabled = true
#When enabled, Forge will show any warnings that occurred during loading. #When enabled, Forge will show any warnings that occurred during loading.