diff options
| author | veronoicc <64193056+veronoicc@users.noreply.github.com> | 2024-03-08 17:56:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-08 10:56:55 -0600 |
| commit | 7fc31f9506df8a0ad532741576473aedd13786b1 (patch) | |
| tree | 055b026714f642d80d4b0f625dd88266bd460905 | |
| parent | 4f288b1c031065805f5eb11362fe762f2e295c12 (diff) | |
| download | azalea-drasl-7fc31f9506df8a0ad532741576473aedd13786b1.tar.xz | |
Update clientbound_game_event_packet.rs (#133)
Added 2 new game even types
| -rwxr-xr-x | azalea-protocol/src/packets/game/clientbound_game_event_packet.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_game_event_packet.rs b/azalea-protocol/src/packets/game/clientbound_game_event_packet.rs index bd1b2ab6..2416f7c3 100755 --- a/azalea-protocol/src/packets/game/clientbound_game_event_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_game_event_packet.rs @@ -21,4 +21,6 @@ pub enum EventType { PufferFishSting = 9, GuardianElderEffect = 10, ImmediateRespawn = 11, + LimitedCrafting = 12, + WaitForLevelChunks = 13, } |
