mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-06 03:31:10 +00:00
Release 1.0.0
This commit is contained in:
parent
3d66567bb0
commit
1bf9242cd1
2 changed files with 16 additions and 1 deletions
|
|
@ -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
|
## 0.5.1
|
||||||
|
|
||||||
* makes worldFolder option optional
|
* makes worldFolder option optional
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "flying-squid",
|
"name": "flying-squid",
|
||||||
"description": "A minecraft server written in node.js",
|
"description": "A minecraft server written in node.js",
|
||||||
"version": "0.5.1",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue