Update clientbound_game_event_packet.rs (#133)

Added 2 new game even types
This commit is contained in:
veronoicc 2024-03-08 17:56:55 +01:00 committed by GitHub
parent 4f288b1c03
commit 7fc31f9506
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,4 +21,6 @@ pub enum EventType {
PufferFishSting = 9,
GuardianElderEffect = 10,
ImmediateRespawn = 11,
LimitedCrafting = 12,
WaitForLevelChunks = 13,
}