first release 1.0.0

This commit is contained in:
2024-10-11 04:39:21 +02:00
parent 5c505a6afc
commit db0e2b5b11
5 changed files with 46 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ public class BoundlessServer {
return;
}
String neoForgeVersion = "21.1.62";
String neoForgeVersion = "21.1.68"; // need to auto update in the future
String modpack = "boundless";
String jarUrl = String.format("https://maven.neoforged.net/releases/net/neoforged/neoforge/%s/neoforge-%s-installer.jar", neoForgeVersion, neoForgeVersion);
@@ -50,7 +50,7 @@ public class BoundlessServer {
"mods/watermedia",
"mods/world-host"
};
downloadMrPack(getLatestModpackUrl(modpack, "beta"), excludedPaths);
downloadMrPack(getLatestModpackUrl(modpack, "release"), excludedPaths);
markServerAsUpdated();
launchServer();