Crashes with Fabric Zero
FewerFlaws opened this issue ยท 3 comments
Reproduction Steps
- Load Minecraft
1.16.5
with Fabric API0.29.4
, Fabric Zero0.2.0
, and Lithium0.6.1
installed. - Observe crash on startup.
Crash Report File
Additional Information
Same issue on Fabric Zero page.
This is due to the horrible code that is Fabric Zero's FastMath
, that breaks some assumptions we make about the SINE_TABLE
.
I suggest to either add mixin.math=false
to the lithium config file, or uninstall fabric zero. We won't fix this incompatibiity from our side.