This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
pyCraft
Watch
1
Star
0
Fork
0
You've already forked pyCraft
mirror of
https://github.com/ammaraskar/pyCraft.git
synced
2024-11-16 15:25:12 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
5202b2e6df
pyCraft
/
minecraft
/
networking
History
joo
5202b2e6df
Add support for Minecraft 1.9.1 (protocol 108) and 1.9.2 (protocol 109).
2016-04-28 04:01:24 +01:00
..
__init__.py
Things look slightly more legit...
2015-04-06 15:27:42 +02:00
connection.py
Add TeleportConfirmPacket and AnimationPacketServerBound packets. Add PlayerPositionAndLookPacket.PositionAndLook utility class. Fix a bug causing Disconnect packets to be ignored in some circumstances.
2016-03-28 05:08:01 +01:00
encryption.py
Fix two python3 compatibility problems:
2015-04-17 17:57:34 +05:00
packets.py
Add support for Minecraft 1.9.1 (protocol 108) and 1.9.2 (protocol 109).
2016-04-28 04:01:24 +01:00
types.py
Implement network-encoded UUID type.
2015-09-05 08:32:42 +01:00