Create NeoForge Profiles Update#5203
Create NeoForge Profiles Update#5203MovTery wants to merge 5 commits intoPojavLauncherTeam:v3_openjdkfrom
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. |
|
Closing this PR since it has not gotten attention in months and would require quite a bit more work since NeoForge's install process does not work with PojavLauncher's. |