mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 02:08:56 +01:00
Updated id of UseItemPacket
This commit is contained in:
parent
bea661860d
commit
56d1300db1
@ -209,7 +209,9 @@ class UseItemPacket(Packet):
|
||||
0x1F if context.protocol_version >= 343 else \
|
||||
0x20 if context.protocol_version >= 332 else \
|
||||
0x1F if context.protocol_version >= 318 else \
|
||||
0x1D
|
||||
0x1D if context.protocol_version >= 94 else \
|
||||
0x1A if context.protocol_version >= 70 else \
|
||||
0x08
|
||||
|
||||
packet_name = "use item"
|
||||
get_definition = staticmethod(lambda context: [
|
||||
|
Loading…
Reference in New Issue
Block a user