tr7zw/EntityCulling

1.7.10 Incompatibility between EntityCulling and Thaumcraft

Closed this issue · 3 comments

crash-2024-03-27_18.43.29-client.txt

Crash happened multiple times when entering nether, where wisps are in abundance. Stop crashing after removing EntityCulling mod.

java.lang.ClassCastException: thaumcraft.client.renderers.entity.RenderWisp cannot be cast to dev.tr7zw.entityculling.mixin.RenderLivingEntityAccessor
at net.minecraft.client.renderer.entity.RenderManager.handler$zbj000$entityculling$doRenderEntity(RenderManager.java:531)

Uhhh I guess that is some side effect due to the Wisp not being a real entity. Should be easy to fix.

In the meantime can this be fixed by whitelisting entity.Thaumcraft.Wisp (and entity.TwilightForest.Firefly for #145)?

Edit: Just realised that whitelist might be for blocks that you can actually see through - not sure.

Fixed with #145.