CC: Tweaked

CC: Tweaked

42M Downloads

ClassCastException when rendering turtle

SquidDev opened this issue ยท 0 comments

commented

Minecraft Version

1.19.x

Version

1.101.1

Details

Spotted on Tumblr:

image

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:

ItemTurtle turtle = (ItemTurtle) stack.getItem();

We shouldn't ever be rendering non-turtles with this model, but maybe we should put some additional safety check here anyway.