From 9f8e87e9e341934d4cf42d4c746e4bc75df9923f Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 19 Feb 2016 01:49:54 +0100 Subject: [PATCH] update mcdata for 1.7 protocol fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b7e7b9..51381a4 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "buffer-equal": "1.0.0", - "minecraft-data": "^0.20.2", + "minecraft-data": "^0.20.3", "prismarine-nbt": "0.2.0", "protodef": "0.3.0", "readable-stream": "^2.0.5",