[README.md] Updated.

This commit is contained in:
Quentin Bazin 2020-02-18 18:40:02 +09:00
parent 78e46f71c6
commit 0230950965

View File

@ -68,9 +68,9 @@ This list is non exhaustive.
- Menus (title screen, server selection, pause menu, settings menu) - Menus (title screen, server selection, pause menu, settings menu)
- Basic worldgen (lakes, trees, flowers, pseudo-caves) - Basic worldgen (lakes, trees, flowers, pseudo-caves)
- Infinite world in X/Y/Z axis (#25) - Infinite world in X/Y/Z axis ([#25](https://github.com/Unarelith/OpenMiner/pull/25))
- Lighting system with smooth lighting - Lighting system with smooth lighting
- Networking (#20) - Networking ([#20](https://github.com/Unarelith/OpenMiner/pull/20))
- Lua API - Lua API
- Block/item/recipe definition - Block/item/recipe definition
- Custom GUI creation - Custom GUI creation
@ -79,15 +79,15 @@ This list is non exhaustive.
### Missing features ### Missing features
- Texture pack system (#34) - Texture pack system ([#34](https://github.com/Unarelith/OpenMiner/issues/34))
- World loading/saving (#26) - World loading/saving ([#26](https://github.com/Unarelith/OpenMiner/issues/26))
- Particle system - Particle system
- Fluid propagation - Fluid propagation
- Player model display (currently displaying an ugly box) - Player model display (currently displaying an ugly box)
- Day/night cycle with sun/moon display - Day/night cycle with sun/moon display
- Real worldgen (seed-based, biomes, cave tunnels) - Real worldgen (seed-based, biomes, cave tunnels)
- Entities (block drops, mobs, etc...) - Entities (block drops, mobs, etc...)
- Clouds (#52) - Clouds ([#52](https://github.com/Unarelith/OpenMiner/pull/52))
## Screenshots ## Screenshots