GeyserMC / Geyser

A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
https://geysermc.org
MIT License
4.75k stars 687 forks source link

Fix abstract arrow entity metadata #5149

Closed eclipseisoffline closed 1 week ago

eclipseisoffline commented 1 week ago

A very small PR to fix the metadata parsing of abstract arrow entities (arrows, tridents, etc.)

In 1.21.2 a new boolean (inGround) was added to the metadata of these entities. This PR updates Geyser to load this boolean, although it doesn't do anything with it. This mostly just fixes warning logs.

PR has had some basic testing, I tested if arrows still work fine and if the warning logs disappeared, and they did.