mirror of
https://github.com/FliegendeWurst/AsyncLighting.git
synced 2024-11-24 15:24:56 +00:00
Add links to readme
This commit is contained in:
parent
cb145ce121
commit
6b9c3fbfcd
@ -1,8 +1,8 @@
|
|||||||
# AsyncLighting
|
# 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).
|
Also included is a fix for opening screenshots using the chat link (vanilla behaviour: freezing the game until image viewer is closed).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user