mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 13:14:41 -04:00
protocol version updated to support minecraft 1.5.2
This commit is contained in:
parent
c6b9d2c1d0
commit
2665649363
@ -1290,8 +1290,8 @@ function parsePacket(buffer, isServer) {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
version: 60,
|
||||
minecraftVersion: '1.5.1',
|
||||
version: 61,
|
||||
minecraftVersion: '1.5.2',
|
||||
sessionVersion: 13,
|
||||
parsePacket: parsePacket,
|
||||
createPacketBuffer: createPacketBuffer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user