ClassCastException when rendering turtle
SquidDev opened this issue ยท 0 comments
Minecraft Version
1.19.x
Version
1.101.1
Details
Spotted on Tumblr:
I don't have the full stacktrace (again, spotted on tumblr, I'm not being very serious in reporting this bug), but the only cast we do to ItemTurtle
is here:
We shouldn't ever be rendering non-turtles with this model, but maybe we should put some additional safety check here anyway.