node-minecraft-protocol/src/version.js
Romain Beaumont 917b6adda1 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 22:44:28 +02:00

4 lines
78 B
JavaScript

module.exports={
defaultVersion:'1.8',
supportedVersions:['1.8','1.9']
};