From d97281ad653aac2fccdf2652810b8c9f75252237 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Wed, 13 May 2020 11:00:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c259d73..092d2ee 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # AsyncLighting This mod moves Minecraft's light engine processing to another thread. + It also fixes most issues with the Forge option "alwaysSetupTerrainOffThread" by simply moving all rendering off the main thread. It is recommended to enable this Forge option to avoid rendering issues. + Also included is a fix for opening screenshots using the chat link (vanilla behaviour: freezing the game until image viewer is closed). + Forge version this mod was tested to work with: 31.1.27. Version 31.1.87 is currently incompatible. ## Known issues Block light in single player worlds is not rendered until the light source receives a block update. + Multiplayer worlds do not have this issue.