mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
HISTORY.md update
This commit is contained in:
parent
3bbb1eae6a
commit
54337cc068
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
|||
The old behavior was confusing, error-prone and undocumented !
|
||||
* Add keepAlive option to createServer, in order to optionally disable it.
|
||||
* Lots of low-level changes to allow minecraft-data to be more generic.
|
||||
* NMP code is able to work with both 1.8 and 1.9 data with the same code,
|
||||
opening a path for cross-versioning.
|
||||
* The packet events now take two parameters : `function (packetData, packetMetadata)`
|
||||
* `packetMetadata` contains the packet name, id and state (more may be added later)
|
||||
* `packetData` contains the actual data content
|
||||
|
||||
## 0.14.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue