mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 11:10:44 +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
|
## 0.5.0
|
||||||
|
|
||||||
* improve ticks performance a bit
|
* improve ticks performance a bit
|
||||||
* add /summonMany
|
* add /summonMany
|
||||||
* load/save the seed
|
* load/save the seed
|
||||||
|
|
|
||||||
|
|
@ -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.0",
|
"version": "0.5.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue