Crash
Aces-and-Jacks opened this issue · 6 comments
Describe the bug
Minecraft crashes
To Reproduce
Steps to reproduce the behavior:
- Go to server
- crashes
Expected behavior
no crash
Screenshots
If applicable, add screenshots to help explain your problem.
Setup (please complete the following information):
- MacOS: 12.4
- Minecraft Version: Quilt
- Version 1.2.3
Additional context
I'm not entirely sure if it's this mod or a different mod. I just noticed it happened with this mod more frequently when enabled. When I disabled the mod it didn't happen as fast tho so maybe I'm wrong that its sole this mod
yeah. I don't really know how to reproduce the issue since it was in a server lobby at a specific time but I disabled a mod that I think may have been causing it. if the issue continues later I'll just figure it out from there
That crash is from a mod’s mixin to the ThrownEnderPearl
class. We don’t do anything with thrown ender pearls so the crash isn’t us
Specifically it seems that some mod is crashing when an enderpearl lands on a creeper because it says the crash reason is a mod tried to treat a Creeper as a Player on the thrown ender pearl landing
(source: the cause of the crash a ClassCastException on a mixin method called onHit in class_1684, which i looked up and found is ThrownEnderPearl. The exception states the code tried to cast class_1548 (Creeper) to class_1657 (Player))