Server crash when carrying fish
copygirl opened this issue ยท 0 comments
Versions
- Minecraft
1.16.5
- Forge
36.1.4
- Carry On
1.15.3.13
Description
When picking up (and placing down?) a fish from a "school" the game can crash with a NPE due to something in Minecraft's school AI goal. This has happened multiple times on our server, though I don't think it happens consistently every time a fish is moved.
Crash Report
crash-2021-04-13_03.14.46-server.txt
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.passive.fish.AbstractGroupFishEntity.func_212808_dC(SourceFile:57) ~[?:?] {re:classloading}
at net.minecraft.entity.ai.goal.FollowSchoolLeaderGoal.func_75251_c(SourceFile:63) ~[?:?] {re:classloading}
at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75251_c(SourceFile:50) ~[?:?] {re:classloading}
[...]