
renderViewEntity ClassCastException
TheCyberBrick opened this issue ยท 1 comments
Crash log: https://gist.github.com/TheCyberBrick/b745ea8e6de1afdc977ff28e5e6a0d49
The mod crashes when The Betweenlands mod is installed because the renderViewEntity is replaced by an entity that does not extend EntityLivingBase.
https://github.com/zlainsama/CleanView/blob/master/src/main/java/lain/mods/cleanview/Proxy.java#L48
You probably intended to catch the ClassCastException there, but since ClassCastException does not extend Error it crashes