MrKinau / FishingBot

1.8 - 1.20.6 Fishing bot for Minecraft
GNU General Public License v3.0
321 stars 67 forks source link

"Unhandled type" (minor issue) #238

Closed nutjob4life closed 3 months ago

nutjob4life commented 4 months ago

FishingBot-1.12.0 works great! Thanks for coming out so quickly with a release that's right-on-the-heels of Minecraft 1.20.5.

My players and I really appreciate it! 🎉💃🕺

We are just seeing this in the log file. While it seems to work fine, I thought I'd report it just in case. This is with a "Realms"-based Minecraft server:

[2024-04-24 10:34:00] [INFO   ] I start to fish! 
[2024-04-24 10:34:00] [INFO   ] [CHAT] <rubycitrine> FishingBot v2.12.0 - Starting fishing 
[2024-04-24 10:34:00] [INFO   ] Unhandled type: 92 
[2024-04-24 10:34:00] [INFO   ] Unhandled type: -64 
[2024-04-24 10:34:04] [INFO   ] Unhandled type: 92 
[2024-04-24 10:34:04] [INFO   ] Unhandled type: -64 
[2024-04-24 10:34:08] [INFO   ] Unhandled type: 92 
[2024-04-24 10:34:08] [INFO   ] Unhandled type: -64 
[2024-04-24 10:34:12] [INFO   ] Unhandled type: 92 
[2024-04-24 10:34:12] [INFO   ] Unhandled type: -64 
[2024-04-24 10:34:16] [INFO   ] New inventory opened: container.chestDouble 
[2024-04-24 10:34:16] [INFO   ] Unhandled type: 92 
[2024-04-24 10:34:16] [INFO   ] Unhandled type: -64 
[2024-04-24 10:34:20] [INFO   ] Unhandled type: 92 
[2024-04-24 10:34:20] [INFO   ] Unhandled type: -64 
[2024-04-24 10:34:24] [INFO   ] Unhandled type: 92 
[2024-04-24 10:34:24] [INFO   ] Unhandled type: -64 
[2024-04-24 10:34:28] [INFO   ] Unhandled type: 92 
[2024-04-24 10:34:28] [INFO   ] Unhandled type: -64 
[2024-04-24 10:34:28] [INFO   ] New inventory opened: container.chestDouble 
[2024-04-24 10:34:32] [INFO   ] Unhandled type: 92 
[2024-04-24 10:34:32] [INFO   ] Unhandled type: -64 

I'd call this low priority, though. Thanks again from a Patreon supporter!

MrKinau commented 4 months ago

Thanks for pointing this out, I accidentally left a debug for entity meta data types in. Looks like the metadat handling isn't working some entitys, but it shouldn't be an issue as long as it works for item entitys. I'll rework the handling and remove the debug.

nutjob4life commented 4 months ago

@MrKinau perfect, thanks! I will happily ignore this then 😁

MrKinau commented 3 months ago

thx, reworked entity meta handling in 2.12.1. Also removed the debug :)