Release 1.0.0

This commit is contained in:
Romain Beaumont 2016-05-30 23:40:26 +02:00
parent 3d66567bb0
commit 1bf9242cd1
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
2 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,18 @@
## 1.0.0
* implement difficulty (thanks @theskiier14)
* weather Command (thanks @OverloadedWolf)
* remove block from inventory when placing it (thanks @109C)
* add node-voxel-worldgen generation to generation list
* limit /portal command to 21x21
* fix undefined disconnected
* limit the number of entities to options["max-entities"]
* remove /spawn and /spawnObject
* update dependencies
* move diamond-square to its own package
* add flying-squid-schematic plugin to plugins list
* add serv.reloadChunk
## 0.5.1
* makes worldFolder option optional

View file

@ -1,7 +1,7 @@
{
"name": "flying-squid",
"description": "A minecraft server written in node.js",
"version": "0.5.1",
"version": "1.0.0",
"main": "index.js",
"author": "mhsjlw <mhsjlw@aol.com>",
"contributors": [