Skip to content

Commit 0973e50

Browse files
authored
Update README.md
1 parent dfa4d96 commit 0973e50

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@ Hru Hru Launcher is a custom Minecraft launcher built with Python and PySide6, p
77

88
* **Multi-Version Support:** Easily launch Vanilla, Forge, and Fabric versions of Minecraft.
99
* **User-Friendly Interface:** A clean and intuitive graphical user interface (GUI) built with PySide6.
10-
* **Customizable Settings:** Adjust language (English/Russian), theme (Dark, Light, Neon), allocated memory, fullscreen mode, and launcher behavior after game launch.
10+
* **Customizable Settings:** Adjust language (English/Russian/Ukrainian), theme (Dark, Light, Neon), allocated memory, fullscreen mode, and launcher behavior after game launch.
1111
* **Advanced JVM Arguments:** Option to enable G1GC for improved performance.
1212
* **Dynamic Version Loading:** Automatically fetches available Minecraft versions (Vanilla, Forge, Fabric).
1313
* **Integrated Console:** View real-time game output and launcher logs within the application.
1414
* **Custom Data Directories:** Game runtime data (logs, saves, resource packs) are stored in a dedicated user-friendly folder, while core Minecraft installations remain in the standard `.minecraft` directory.
1515
* **Modular Codebase:** The code has been split into organized modules for better maintainability and scalability.
16-
* **Mod Installation (Alpha):** Basic implementation of mod installation support (early alpha).
16+
* **Mod Installation (Beta):** Basic mod installation support with improved mod search, pagination, and a page listing installed mods.
17+
* **Version Manager:** View, delete, or manage installed Minecraft versions directly from the launcher.
18+
* **AutoFix Function:** Automatically fixes common issues during launch or installation.
19+
* **Automatic RAM Detection:** Launcher can detect and recommend optimal RAM allocation.
20+
* **Cancel Installations:** Option to cancel ongoing Minecraft installations.
21+
* **Installer Available:** A downloadable setup file is now provided for easier installation.
1722

1823
---
1924

0 commit comments

Comments
 (0)