first release 1.0.0
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user