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
> This is **not an official Minecraft product**. It is **not approved by or associated with Mojang or Microsoft**.
18
18
19
+
> [!WARNING]
20
+
> This is a fork of MC-Runtime-Test by 3arthqu4ke.
21
+
19
22
---
20
23
21
24
MC-Runtime-Test enables you to run the Minecraft client within your CI/CD pipelines, simplifying the testing of runtime bugs in Minecraft mods.
22
25
Manual testing for different Minecraft versions and modloaders can be time-consuming, especially when bugs occur only in runtime environments launched via a Minecraft launcher.
23
26
This project helps streamline that process by automating the client launch and basic test execution.
24
27
28
+
## Fork Features
29
+
- Remove LWJGL entirely
30
+
- Support newer version of Minecraft⚠️
31
+
32
+
*⚠️ As of the time of writing, the original project only support 1.21.5 due to LWJGL support.*
33
+
25
34
## Features
26
35
- Utilizes [HeadlessMC](https://github.com/3arthqu4ke/headlessmc) for headless Minecraft launches.
27
36
- Employs Xvfb for virtual framebuffer support.
@@ -34,7 +43,7 @@ This project helps streamline that process by automating the client launch and b
0 commit comments