AsyncLighting/README.md

16 lines
684 B
Markdown
Raw Normal View History

2020-05-13 08:57:08 +00:00
# AsyncLighting
2020-05-13 09:17:27 +00:00
This mod moves Minecraft's light engine processing to another thread, fixing MC-162253.
2020-05-13 09:00:45 +00:00
2020-05-13 09:17:27 +00:00
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.
2020-05-13 09:00:45 +00:00
2020-05-13 08:57:08 +00:00
Also included is a fix for opening screenshots using the chat link (vanilla behaviour: freezing the game until image viewer is closed).
2020-05-13 09:00:45 +00:00
2020-05-13 08:57:08 +00:00
Forge version this mod was tested to work with: 31.1.27. Version 31.1.87 is currently incompatible.
## Known issues
Block light in single player worlds is not rendered until the light source receives a block update.
2020-05-13 09:00:45 +00:00
2020-05-13 08:57:08 +00:00
Multiplayer worlds do not have this issue.