Skip to content

Commit 427392e

Browse files
committed
docs: State fork changes
1 parent 71a06f1 commit 427392e

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,21 @@ MC-Runtime-Test | <a href="https://github.com/3arthqu4ke/headlessmc">HMC</a> | <
1616
> [!NOTE]
1717
> This is **not an official Minecraft product**. It is **not approved by or associated with Mojang or Microsoft**.
1818
19+
> [!WARNING]
20+
> This is a fork of MC-Runtime-Test by 3arthqu4ke.
21+
1922
---
2023

2124
MC-Runtime-Test enables you to run the Minecraft client within your CI/CD pipelines, simplifying the testing of runtime bugs in Minecraft mods.
2225
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.
2326
This project helps streamline that process by automating the client launch and basic test execution.
2427

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+
2534
## Features
2635
- Utilizes [HeadlessMC](https://github.com/3arthqu4ke/headlessmc) for headless Minecraft launches.
2736
- Employs Xvfb for virtual framebuffer support.
@@ -34,7 +43,7 @@ This project helps streamline that process by automating the client launch and b
3443
### Supported Minecraft Versions and Modloaders
3544
| Version | Forge | Fabric | NeoForge |
3645
|-----------------|----------------|----------------|----------------|
37-
| 1.21 - 1.21.4 | ✔️ | ✔️ | ✔️ |
46+
| 1.21 - 1.21.9 | ✔️ | ✔️ | ✔️ |
3847
| 1.20.2 - 1.20.6 | ✔️ | ✔️ | ✔️ |
3948
| 1.20.1 | ✔️ | ✔️ | ⚠️ |
4049
| 1.19 - 1.19.4 | ✔️ | ✔️ ||

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: MC-Runtime-Test
22
description: Runs the MC client inside your CI
3-
author: HeadlessHQ
3+
author: null2264
44
branding:
55
icon: play
66
color: green

0 commit comments

Comments
 (0)