This website requires JavaScript.
Explore
Help
Sign in
Parker2991
/
node-minecraft-protocol
Watch
1
Star
0
Fork
You've already forked node-minecraft-protocol
0
mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced
2024-12-04 04:51:09 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3f50a6f19a
node-minecraft-protocol
/
src
/
version.js
5 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
enable cross version with an option in createClient and createServer : * put parsePacketData in deserializer and createPacketBuffer in serializer * remove packets from the index and expose readPacket instead * load packets when needed in various files * make tests test every supported version static cross version of #234, fix #65, fix #240
2015-09-29 16:41:41 -04:00
module
.
exports
=
{
defaultVersion
:
'1.8'
,
supportedVersions
:
[
'1.8'
,
'1.9'
]
}
;
Reference in a new issue
Copy permalink