mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Release 1.2.0
This commit is contained in:
parent
20dd0710f2
commit
59bb1ac95c
@ -1,7 +1,9 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
## 1.1.4 (UNRELEASED)
|
## 1.2.0
|
||||||
|
|
||||||
|
* some 1.12 snapshots support
|
||||||
|
* disable validator for protocol (use too much memory and cpu, and already validated in mcdata tests)
|
||||||
* Added a errorHandler option to createServer.
|
* Added a errorHandler option to createServer.
|
||||||
|
|
||||||
## 1.1.3
|
## 1.1.3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "1.1.3",
|
"version": "1.2.0",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user