From 8738642557e24a8c4c4426a1a66508c2873ef9ff Mon Sep 17 00:00:00 2001 From: Citali Date: Mon, 20 Apr 2020 00:56:55 +0200 Subject: [PATCH] Change forge-client.toml settings for testing performance. --- config/forge-client.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.