-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Create NeoForge Profiles Update #5203
base: v3_openjdk
Are you sure you want to change the base?
Conversation
MovTery
commented
Mar 6, 2024
- When creating a new profile, you can choose to create a NeoForge profile.
- This will automatically fetch all the supported versions of NeoForge, allowing you to download and execute the installation files smoothly.
- Currently, automatic installation is not supported.
can you support 1.20.1 NeoForge please? |
I do not manually support any specific version. The launcher acquires all NeoForge versions through the version list file provided by NeoForged officials. If a version is not included in this file, the launcher will be unable to obtain the corresponding version. Therefore, you should inquire with NeoForged officials regarding the whereabouts of version 1.20.1 |
https://maven.neoforged.net/releases/net/neoforged/neoforge/maven-metadata.xml |
🤔I can try it out. |
Okay, now version 1.20.1 can be installed normally! |
Hei @HopiHopy thanks for the PR ! |
Do you think you can address this ? |
I may not be able to do it because I haven't learned Java for too long and don't know how to implement automatic installation. |
Tip: NeoForge for 1.20.1 is installed using the Forge installation method. |
I believe this PR could be cleaned up a fair bit by reusing classes/methods instead of creating new, almost identical ones, specifically the ones part of the modloaders package. As for auto-installation, it should be fairly easy to do and when I have the time I will add my changes to the PR if possible as to make this PR ready to merge. |