Add bug references

This commit is contained in:
FliegendeWurst 2020-05-13 11:17:27 +02:00
parent d48d1a2392
commit cb145ce121

View File

@ -1,8 +1,8 @@
# AsyncLighting # 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). Also included is a fix for opening screenshots using the chat link (vanilla behaviour: freezing the game until image viewer is closed).