Dynamic Lights mod crashes randomly
uwuv3 opened this issue ยท 1 comments
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Join blockbande.de
Desktop (please complete the following information):
- OS: Windows
- Minecraft 1.21.4
- Fabric Loader version 0.16.10
- Mods https://paste.labymod.net/wefefofuravawumibimo.apache
- Version 4.1.0
- Branch Labymod 4.22.5 (1.21.4)
Additional context
Add any other context about the problem here.
https://paste.labymod.net/elaferukigopahejaneb
Labymod is not supported as it is too invasive and hacks Fabric compatibility in instead of actually using Fabric directly.
As for the technicalities of this crash: LambDynamicLights tries to call a method that's private in the base game but it makes it public using Fabric's access wideners, but Labymod seems to not apply those access wideners properly. This should be reported to Labymod directly.