Add links to readme

This commit is contained in:
FliegendeWurst 2020-05-13 11:21:14 +02:00 committed by GitHub
parent cb145ce121
commit 6b9c3fbfcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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