TelepathicGrunt / Bumblezone

A bee dimension just for fun!
https://www.curseforge.com/minecraft/mc-mods/the-bumblezone-forge
GNU Lesser General Public License v3.0
179 stars 35 forks source link

[1.20.4 / Neoforge] Casting exception during NeurotoxinsEnchantment #409

Closed BluSunrize closed 4 days ago

BluSunrize commented 4 days ago

We had a crash on our server @AriaElidove probably has more information on exactly how it was triggered.

From the stacktrace, it happens with a mixin making a wrong assumption in casting?

https://gist.github.com/BluSunrize/b396a01535af5071dc5d8f7c236dc75a

TelepathicGrunt commented 4 days ago

this was fixed in 1.21 and 1.20.1. I stopped supporting 1.20.2 to 1.20.6 as they are basically becoming dead versions now.

The issue was neurotoxin enchantment used on a serverplayer was trying to be casted into a Mob accessor because I messed up an instanceof check.