update mcdata : 16w05b and 15w40b kept

This commit is contained in:
Romain Beaumont 2016-02-18 22:06:08 +01:00
parent 14ec6077cd
commit 0fcd505f57
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
},
"dependencies": {
"buffer-equal": "1.0.0",
"minecraft-data": "^0.19.1",
"minecraft-data": "^0.20.1",
"prismarine-nbt": "0.2.0",
"protodef": "0.3.0",
"readable-stream": "^2.0.5",

View File

@ -1,4 +1,4 @@
module.exports={
defaultVersion:'1.8',
supportedVersions:['1.8','1.9']
supportedVersions:['1.8','15w40b','1.9']
};