mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-14 15:20:24 -04:00
protocol version updated to support minecraft 1.5.2
This commit is contained in:
parent
c6b9d2c1d0
commit
2665649363
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue