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.
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.