Logs being spammed with "Unknown custom packet identifier: easy_villagers:default"
asyncmeow opened this issue · 3 comments
Bug description
Hello,
I'm playing a pack (All the Mods 9) with Easy Villagers installed. I noticed that my client logs have been getting spammed with messages saying "Unknown custom packet identifier: easy_villagers:default" around once per minute. I'm not sure what the exact cause of it is (although we have a large villager farm with 96 incubators, and I'm guessing it's one log line per minute per easy villagers block).
Here's what I'm seeing in the logs:
[16:37:16] [Render thread/WARN] [minecraft/ClientPacketListener]: Unknown custom packet identifier: easy_villagers:default
[16:37:16] [Render thread/WARN] [minecraft/ClientPacketListener]: Unknown custom packet identifier: easy_villagers:default
[16:37:16] [Render thread/WARN] [minecraft/ClientPacketListener]: Unknown custom packet identifier: easy_villagers:default
[16:37:16] [Render thread/WARN] [minecraft/ClientPacketListener]: Unknown custom packet identifier: easy_villagers:default
[16:37:16] [Render thread/WARN] [minecraft/ClientPacketListener]: Unknown custom packet identifier: easy_villagers:default
[16:37:16] [Render thread/WARN] [minecraft/ClientPacketListener]: Unknown custom packet identifier: easy_villagers:default
[16:37:16] [Render thread/WARN] [minecraft/ClientPacketListener]: Unknown custom packet identifier: easy_villagers:default
[... you get the idea]
Minecraft version
1.20.1
Mod version
1.20.1-1.1.1
Mod loader and version
Forge 47.2.19
Steps to reproduce
Not completely sure what is causing it, however my guess is that it's caused just by having Easy Villagers blocks in the world.
Expected behavior
Either the client side mod registers the custom packet handler, or the server does not send custom packets without them being registered on the client.
Log files
https://gist.github.com/asyncmeow/14df3f24155349674a04376321ed43aa
Screenshots
No response