minecraft-protocol
Advanced tools
Comparing version 0.8.1 to 0.9.0
@@ -436,3 +436,3 @@ var assert = require('assert'); | ||
{ name: "displayText", type: "string" }, | ||
{ name: "create", type: "bool" } | ||
{ name: "action", type: "byte" } | ||
], | ||
@@ -439,0 +439,0 @@ 0xcf: [ |
{ | ||
"name": "minecraft-protocol", | ||
"version": "0.8.1", | ||
"version": "0.9.0", | ||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -259,2 +259,6 @@ # minecraft protocol | ||
### 0.9.0 | ||
* 0xce: create changed from bool to byte (thanks Robin Lambertz) | ||
### 0.8.1 | ||
@@ -261,0 +265,0 @@ |
85977
361