CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 94 forks source link

Use level event type instead of id in LevelEventGenericPacket #176

Closed valaphee closed 1 year ago

valaphee commented 1 year ago

I replaced the event id with event type, as it is the same for level event and level generic event.

And also fixed some instances where the level event serializer hasn't been updated like in v388, or there was no need to update it like in v534