mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 05:51:12 +00:00
Release 0.5.1
This commit is contained in:
parent
1412722d8c
commit
1851c75b1f
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
## 0.5.1
|
||||
|
||||
* makes worldFolder option optional
|
||||
|
||||
## 0.5.0
|
||||
|
||||
* improve ticks performance a bit
|
||||
* add /summonMany
|
||||
* load/save the seed
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "flying-squid",
|
||||
"description": "A minecraft server written in node.js",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"main": "index.js",
|
||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||
"contributors": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue