You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[12Sept2021 18:42:48.058] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.crash.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:855) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.ClassCastException: class net.minecraft.entity.item.EnderCrystalEntity cannot be cast to class net.minecraft.entity.LivingEntity (net.minecraft.entity.item.EnderCrystalEntity and net.minecraft.entity.LivingEntity are in unnamed module of loader cpw.mods.modlauncher.TransformingClassLoader @4239262e)
at com.minttea.minecraft.tomeofblood.common.items.SentientHarmEffect.onResolve(SentientHarmEffect.java:55) ~[tomeofblood:1.16.5-1.2]
at com.hollingsworth.arsnouveau.api.spell.SpellResolver.resolveEffects(SpellResolver.java:148) ~[ars_nouveau:1.23.4]
at com.hollingsworth.arsnouveau.api.spell.SpellResolver.onResolveEffect(SpellResolver.java:132) ~[ars_nouveau:1.23.4]
at com.hollingsworth.arsnouveau.common.entity.EntityProjectileSpell.func_70227_a(EntityProjectileSpell.java:216) ~[ars_nouveau:1.23.4]
at com.hollingsworth.arsnouveau.common.entity.EntityProjectileSpell.func_70071_h_(EntityProjectileSpell.java:108) ~[ars_nouveau:1.23.4]
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?]
at net.minecraft.world.World.func_217390_a(MixinWorldRedstone.java:554) ~[?:?]
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?]
... 5 more
The text was updated successfully, but these errors were encountered:
Yeah, I think I was assuming that the LivingEntity checks throughout the spell resolver process was gonna catch it, but it didn't, I know the fix I just need to rescue my data from my now-dead PC
The text was updated successfully, but these errors were encountered: