Supplementaries

Supplementaries

82M Downloads

Server crashed, I believe it was your mod

pjlasl opened this issue ยท 2 comments

commented

well I have to thank my ide and forge for that one (also mine for blindly following the ide suggestion). Details are quite interesting: basically I was using projectile.getItem() by casting to IRenderAsItem instead of ProjectileItemEntity. My compiler which suggested that cast had no idea that that class was marked as client only by forge and it's actually removed on classloading (by forge I think) , so the correct cast was the other since they both have that method. I've corrected it now but It's still showing that up as strong cast warning lol. Also odd that it has only been reported now cause that code has been there for ages. Anyways I'll upload a new version very soon

commented

It was the perfect storm apparently :).
Thanks for fixing so quickly!