diff --git a/config/forge-client.toml b/config/forge-client.toml index 5ef179a..e9198d6 100644 --- a/config/forge-client.toml +++ b/config/forge-client.toml @@ -8,9 +8,9 @@ #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 + alwaysSetupTerrainOffThread = true #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. forgeLightPipelineEnabled = true #When enabled, Forge will show any warnings that occurred during loading.