Shulker Box Tooltip [Fabric/Forge/NeoForge]

Shulker Box Tooltip [Fabric/Forge/NeoForge]

7M Downloads

Unknown custom packet identifier: shulkerboxtooltip:s2c_handshake

Xyphenore opened this issue · 1 comments

commented

Issue Description:

Got a warning on console for custom packet: shulkerboxtooltip:s2c_handshake.

What happens:

The render thread warns about 'Unknown custom packet identifier: shulkerboxtooltip:s2c_handshake', when the world is created.
The game not crash and works good.

What you expected to happen:

No warning.

Steps to reproduce:

  1. Install the mod.
  2. Run the game with the output console.
  3. Create a new world.
  4. Warning is printed on console.

Affected Versions (Do not use "latest"):

  • ShulkerBoxTooltip: 4.0.4
  • Minecraft: 1.20.1
  • Forge Loader: 47.1.47
  • Cloth Config: 11.1.106
commented

I looked into this bug, seems the handled flag is not set specifically for the s2c_handshake packet, previewing an ender chest won't trigger the message... 🤔
However, this does not impact gameplay AFAIK, it should be safe for players to ignore this warning.