Open justwiebe opened 2 months ago
Ditto this happened me to. @jason13official can you see what you can do about it.
crash-2024-09-29_22.52.53-server.txt
The crash was caused by a ClassCastException
in the mod New Shield Variants (new_shield_variants-merged-1.21-1.3.0.jar
). The error occurred because the code tried to cast an Arrow
entity (net.minecraft.world.entity.projectile.Arrow
) to a LivingEntity
(net.minecraft.world.entity.LivingEntity
), which is not allowed. Specifically, this happened in the shieldBlockEvent
method at line 74 of the NSVEnderShieldBlockEvent.java
file within the New Shield Variants mod.
Minecraft will sometimes crash with arrow-related errors: