From cb145ce12116d338f04b4d78346456e8f41a6097 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Wed, 13 May 2020 11:17:27 +0200 Subject: [PATCH] Add bug references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 092d2ee..ca76844 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # AsyncLighting -This mod moves Minecraft's light engine processing to another thread. +This mod moves Minecraft's light engine processing to another thread, fixing MC-162253. -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. +MC-123584 is also fixed by simply moving all rendering off the main thread. It is recommended to enable the Forge "alwaysSetupTerrainOffThread" 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).