From 6b9c3fbfcd86e5499d6135f6afe14f112f8b90d5 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Wed, 13 May 2020 11:21:14 +0200 Subject: [PATCH] Add links to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca76844..26e1033 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # AsyncLighting -This mod moves Minecraft's light engine processing to another thread, fixing MC-162253. +This mod moves Minecraft's light engine processing to another thread, "fixing" [MC-162253](https://bugs.mojang.com/browse/MC-162253) (underlying performance issue still exists, but does not impact FPS anymore). -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. +[MC-123584](https://bugs.mojang.com/browse/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).