mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -04:00
Change protocol version number
This commit is contained in:
parent
29a93f319e
commit
7efeba68de
@ -1381,8 +1381,8 @@ function parsePacket(buffer, state, isServer, packetsToParse) {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
version: 5,
|
||||
minecraftVersion: '1.7.10',
|
||||
version: 47,
|
||||
minecraftVersion: '1.8.1',
|
||||
sessionVersion: 13,
|
||||
parsePacket: parsePacket,
|
||||
createPacketBuffer: createPacketBuffer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user