Skip to content

Commit 741860b

Browse files
committed
Updated to mc-runtime-test 2.4.0
1 parent f68aa79 commit 741860b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

headlessmc-launcher/src/main/java/me/earth/headlessmc/launcher/specifics/VersionSpecificMods.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class VersionSpecificMods {
2222
* @see <a href=https://github.com/3arthqu4ke/mc-runtime-test>https://github.com/3arthqu4ke/mc-runtime-test</a>
2323
*/
2424
public static final VersionSpecificModRepository MC_RUNTIME_TEST =
25-
new VersionSpecificModRepository(URLs.url("https://github.com/3arthqu4ke/mc-runtime-test/releases/download/"), "mc-runtime-test", "2.2.0", "-release");
25+
new VersionSpecificModRepository(URLs.url("https://github.com/3arthqu4ke/mc-runtime-test/releases/download/"), "mc-runtime-test", "2.4.0", "-release");
2626

2727
// Not yet... public static final VersionSpecificModRepository HMC_OPTIMIZATIONS =
2828
// new VersionSpecificModRepository(URLs.url("https://github.com/3arthqu4ke/hmc-optimizations/releases/download/"), "hmc-optimizations", "1.0.0", "-release");

0 commit comments

Comments
 (0)