diff --git a/README.md b/README.md index bb3ae89..b90159e 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ The Launcher for my mod pack * [ ] Port the GUI (and fix the design differences between Desktop environments) or write a new one (→ `gui.py`) * [ ] Write a CLI / GUI hybrid program to handle the libraries (→ `main.py`) * [ ] Library development - * [ ] Write a new game launching Library (→ `mchandler.py`) + * [ ] Write a new game launching Library (implementation started) (→ `mchandler.py`) * [x] Write a new authentication library (→ `yggdrasil.py`) - * [ ] Write a config handler (→ `cfghandler.py`) + * [ ] Write a config handler (most important features done) (→ `cfghandler.py`) * [ ] Create server startup request library * [ ] Modpack update helper (→ `updater.py`) * [ ] Develop server side tools