From 6da5d412a91dd1360211861ac9894f92a632698b Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 18 Feb 2016 21:17:24 +0100 Subject: [PATCH 1/2] 1.7 support --- src/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.js b/src/version.js index 3dcc94f..ea5964c 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ module.exports={ defaultVersion:'1.8', - supportedVersions:['1.8','15w40b','1.9'] + supportedVersions:['1.7','1.8','15w40b','1.9'] }; From 13f19fb55e2578e9caab2096c1c4823fdbdd0253 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 19 Feb 2016 01:22:53 +0100 Subject: [PATCH 2/2] update mcdata for key fix, and add supported versions to readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a799816..5ace552 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Parse and serialize minecraft packets, plus authentication and encryption. ## Features - * Supports Minecraft version 1.8.8 and 1.9 (15w40b) + * Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 16w05b) * Parses all packets and emits events with packet fields as JavaScript objects. * Send a packet by supplying fields as a JavaScript object. diff --git a/package.json b/package.json index 88d4376..5b7e7b9 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "buffer-equal": "1.0.0", - "minecraft-data": "^0.20.1", + "minecraft-data": "^0.20.2", "prismarine-nbt": "0.2.0", "protodef": "0.3.0", "readable-stream": "^2.0.5",