Launcher icon indicating copy to clipboard operation
Launcher copied to clipboard

GH-5232 Add Install NeoForge button

Open arthomnix opened this issue 1 year ago • 1 comments

Add a button to install NeoForge. Depends on https://github.com/MultiMC/ForgeWrapper/pull/1 and https://github.com/MultiMC/meta/pull/18. Closes #5232.

(Untested obviously since there is no NeoForge metadata yet.)

I would also like to fix the very broken code to detect whether Fabric/Quilt are supported (which currently doesn't disable the Install Fabric/Quilt buttons on pre-1.0 versions), and add NeoForge support detection, before merging.

arthomnix avatar Jan 10 '24 22:01 arthomnix

I've rewritten modloader support detection based on release date checks (like are currently used for detecting whether your Java version is too old), but it would probably be better to move these checks (and probably everything else in VersionFilterData) into meta at some point.

arthomnix avatar Jan 11 '24 09:01 arthomnix