From 53afe03a1e9bce9317c59ac1ee87cb12c7945ecb Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sun, 16 Dec 2012 23:34:05 +0100 Subject: [PATCH] Updated TODO & Features --- README | 1 + TODO | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 533d0d548..3637f096a 100644 --- a/README +++ b/README @@ -41,6 +41,7 @@ User-made program to merge server I/O: https://github.com/filfat/MCPES_CPP_INPUT Current features of the server: - Players can connect and move around the world (and see each other) - Support for reading/sending chunks! + - Map saving! - Multiple worlds and importing! - PvP, life regeneration and death cause! - Extensible API! diff --git a/TODO b/TODO index 9e4371b92..b1d4efc60 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,3 @@ -- Save broken/placed blocks and relay them to other players. +- Save placed blocks and relay them to other players. - Fix spawn position resetting to 0,128,0 -- Mob spawning, item drop and pick up \ No newline at end of file +- Mob spawning, item pick up \ No newline at end of file