The exception is thrown by the Pet Home mod, but it is intercepted by Neruina, so instead of crashing the server, Neruina cancels the tick and prints an error message in chat/logs.
When an entity attacks a pet, Pet Home checks friendly fire rules. At this point, a NullPointerException occurs because PetHomeConfig.canHurtPetItem is null.
Log: https://gist.github.com/929d5c4130ac80b336da2ed4913e08b7.git
Minecraft: 1.20.1
Forge: 47.4.0
Pet Home: 1.0.6
Neruina: 2.1.2
Side: Dedicated server
The exception is thrown by the Pet Home mod, but it is intercepted by Neruina, so instead of crashing the server, Neruina cancels the tick and prints an error message in chat/logs.
When an entity attacks a pet, Pet Home checks friendly fire rules. At this point, a NullPointerException occurs because PetHomeConfig.canHurtPetItem is null.
Log: https://gist.github.com/929d5c4130ac80b336da2ed4913e08b7.git
Minecraft: 1.20.1
Forge: 47.4.0
Pet Home: 1.0.6
Neruina: 2.1.2
Side: Dedicated server