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