mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 03:00:46 +00:00
Release 0.4.0
This commit is contained in:
parent
678656e631
commit
a5823406ce
2 changed files with 14 additions and 1 deletions
|
|
@ -1,4 +1,17 @@
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
* fix last problems with portal frame detection
|
||||||
|
* add effects and abilities
|
||||||
|
* add colors to chat function
|
||||||
|
* don't spawn in water
|
||||||
|
* implement portal creation (no teleporting yet)
|
||||||
|
* implement latency
|
||||||
|
* use prismarine-world 0.4.0 to implement loading/saving
|
||||||
|
* add player-list-text config option
|
||||||
|
* add everybody-op option
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
* don't login if the client is already ended
|
* don't login if the client is already ended
|
||||||
* make /attach use the selectors, fix UserError, check /tp has one target
|
* make /attach use the selectors, fix UserError, check /tp has one target
|
||||||
* create an entity.attach, and add a /pile command
|
* create an entity.attach, and add a /pile command
|
||||||
|
|
|
||||||
|
|
@ -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.3.1",
|
"version": "0.4.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