mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-20 06:51:42 +00:00
Release 0.2.0
This commit is contained in:
parent
cbf04f1c01
commit
84369016a1
3 changed files with 18 additions and 2 deletions
|
|
@ -22,6 +22,9 @@ A semi-functional minecraft server in Node.js
|
|||
* Digging
|
||||
* Placing blocks
|
||||
* Player movement
|
||||
* World generation
|
||||
* Anvil loading
|
||||
* Multi-world
|
||||
|
||||
## Test server
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,16 @@
|
|||
## 0.2.0
|
||||
Lot of new functionalities:
|
||||
* infinite world
|
||||
* world generation (thanks @JWo1F)
|
||||
* world loading from anvil files
|
||||
* improved error handling
|
||||
* implement kicking and banning (thanks @demipixel)
|
||||
* using es6
|
||||
* modpe basic support (thanks @Creeplays)
|
||||
* better commands : proper commands class instead of just ifs
|
||||
* enable compression
|
||||
* multi-world support : overworld + nether (thanks @demipixel)
|
||||
|
||||
## 0.1.0
|
||||
|
||||
Fist version, basic functionalities
|
||||
First version, basic functionalities
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "flying-squid",
|
||||
"description": "A minecraft server written in node.js",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"main": "index.js",
|
||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||
"contributors": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue