Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7.10 Incompatibility between EntityCulling and Thaumcraft #144

Closed
harvald opened this issue Mar 27, 2024 · 3 comments
Closed

1.7.10 Incompatibility between EntityCulling and Thaumcraft #144

harvald opened this issue Mar 27, 2024 · 3 comments

Comments

@harvald
Copy link

harvald commented Mar 27, 2024

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.

@tr7zw
Copy link
Owner

tr7zw commented Mar 27, 2024

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.

@Brittank88
Copy link

Brittank88 commented Apr 3, 2024

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.

@tr7zw
Copy link
Owner

tr7zw commented May 17, 2024

Fixed with #145.

@tr7zw tr7zw closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants