mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-13 19:41:24 +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
|
||||
|
||||
* don't login if the client is already ended
|
||||
* make /attach use the selectors, fix UserError, check /tp has one target
|
||||
* create an entity.attach, and add a /pile command
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "flying-squid",
|
||||
"description": "A minecraft server written in node.js",
|
||||
"version": "0.3.1",
|
||||
"version": "0.4.0",
|
||||
"main": "index.js",
|
||||
"author": "mhsjlw <mhsjlw@aol.com>",
|
||||
"contributors": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue