You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,18 @@ Hru Hru Launcher is a custom Minecraft launcher built with Python and PySide6, p
7
7
8
8
***Multi-Version Support:** Easily launch Vanilla, Forge, and Fabric versions of Minecraft.
9
9
***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.
11
11
***Advanced JVM Arguments:** Option to enable G1GC for improved performance.
12
12
***Dynamic Version Loading:** Automatically fetches available Minecraft versions (Vanilla, Forge, Fabric).
13
13
***Integrated Console:** View real-time game output and launcher logs within the application.
14
14
***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.
15
15
***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.
0 commit comments