Entity suffocation optimizations in Lithium 0.5.3 are incompatible with Pehkui
biirds opened this issue ยท 4 comments
I'm getting an Exit Code: 0 crash on launch when starting up 1.16.2 using Lithium 0.5.3. However, when I use 0.5.2, everything works fine. There's no crash log created from this, but I do have a latest.log instead. Again, everything works fine with the previous Lithium version, it's just the newest update that causes issues.
add entity.fast_suffocation_check=false
to the lithium config file. The issue here is that compat116plus mod wants to modify a method that lithium's entity.fast_suffocation_check overwrites.
This should be fixed with Lithium 0.5.4.