From 95b0a55c1462b1bc1fd826b57011b7ecddb8baa8 Mon Sep 17 00:00:00 2001 From: Quentin Bazin Date: Fri, 22 May 2020 19:14:47 +0200 Subject: [PATCH] [README.md] Updated. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af32fccf..513e78ed 100644 --- a/README.md +++ b/README.md @@ -88,14 +88,14 @@ This list is non exhaustive. ### Implemented features -- Menus (title screen, server selection, pause menu, settings menu) +- Menus (title screen, server selection, pause, settings) - Basic worldgen (biomes, lakes, trees, flowers, pseudo-caves) - Infinite world in X/Y/Z axis ([#25](https://github.com/Unarelith/OpenMiner/pull/25)) -- Lighting system with smooth lighting +- Smooth lighting - Networking ([#20](https://github.com/Unarelith/OpenMiner/pull/20)) - Chat system with support for commands ([#57](https://github.com/Unarelith/OpenMiner/pull/57)) - Lua API - - Block/item/recipe/biome/tree/sky/dimension definition + - Block/item/recipe/biome/tree/sky/dimension/entity definition - Custom GUI creation - Special blocks (workbench, furnace) - Block metadata @@ -103,7 +103,7 @@ This list is non exhaustive. - Dimensions (like the Nether or the Ender in Minecraft) ([#80](https://github.com/Unarelith/OpenMiner/pull/80)) - World loading/saving (using `/save ` and `/load ` commands, see [#26](https://github.com/Unarelith/OpenMiner/issues/26)) - Texture pack system (partially implemented, see [#34](https://github.com/Unarelith/OpenMiner/issues/34)) -- Entities (block drops, mobs, etc...) ([#90](https://github.com/Unarelith/OpenMiner/pull/90)) +- Entities ([#90](https://github.com/Unarelith/OpenMiner/pull/90)) ### Missing features