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).