Sandertv / gophertunnel

General purpose library for Minecraft Bedrock Edition software written in Go
MIT License
420 stars 96 forks source link

Fix event packets not being parsed correctly #84

Closed racerxdl closed 3 years ago

racerxdl commented 3 years ago

See #83

This allows the event packet to be correctly forwarded even if we don't actually implement it. That also allows someone to parse get events by id like player death (which is sent only to the player that died) or mob death.

Sandertv commented 3 years ago

Resolved by #93, going to close this. Thanks for your PR anyway!