Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Fabric Installer to 0.11.2 #3

Merged
merged 5 commits into from
Nov 7, 2023

Conversation

mclegoman
Copy link

  • Updated to Fabric Installer 0.11.2
  • Removed "Standalone Server Installer" notice on Server tab, as it links back to FabricMC.
  • Updated name to Legacy Fabric Installer
  • Updated "Fabric API" language asset to "Legacy Fabric API"

…ric API` to `Legacy Fabric API`, Updated to 0.11.2, Removed "standalone server installer" notice from server tab as it linked to FabricMC.
…er required. Additionally fixed the old snapshots manifest that was missing in a previous commit.
@@ -77,7 +77,7 @@ public static void main(String[] args) throws IOException {
HANDLERS.forEach(handler -> System.out.printf("%s %s\n", handler.name().toLowerCase(), handler.cliHelp()));
loadMetadata();

System.out.printf("\nLatest Loader: %s\n", Main.LOADER_META.getLatestVersion(false).getVersion());
System.out.printf("\nLatest Version: %s\nLatest Loader: %s\n", GAME_VERSION_META.getLatestVersion(argumentParser.has("snapshot")).getVersion(), Main.LOADER_META.getLatestVersion(false).getVersion());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest Version is not applicable to Legacy Fabric.

@@ -41,7 +41,7 @@ public static void main(String[] args) throws IOException {
System.setProperty("javax.net.ssl.trustStoreType", "WINDOWS-ROOT");
}

System.out.println("Loading LegacyFabric Installer: " + Main.class.getPackage().getImplementationVersion());
System.out.println("Loading Fabric Installer: " + Main.class.getPackage().getImplementationVersion());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change everything else to LegacyFabric and revert back this one?

Comment on lines 91 to 92
libraries.add(new Library(String.format("net.fabricmc:fabric-loader:%s", loaderVersion.name), null, loaderVersion.path));
libraries.add(new Library(String.format("net.fabricmc:intermediary:%s", gameVersion), "https://maven.fabricmc.net/", null));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why again? Legacy Fabric intermediaries are on our maven, not on official fabric one

@mclegoman
Copy link
Author

I apologize for the overlooked changes, they should be fixed now.
In hindsight, I could have compared the changes with the upstream version directly on GitHub but oh well.

@mclegoman mclegoman requested a review from thecatcore October 27, 2023 15:59
@thecatcore thecatcore merged commit b2b5bf5 into Legacy-Fabric:master Nov 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants