Skip to content

Commit

Permalink
Support to choose the NeoForge icon if a game is installed with NeoFo…
Browse files Browse the repository at this point in the history
…rge.
  • Loading branch information
burningtnt committed Dec 18, 2023
1 parent 263a3fa commit 11405b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ else if (LibraryAnalyzer.isModded(this, version)) {
return newBuiltinImage("/assets/img/fabric.png");
else if (libraryAnalyzer.has(LibraryAnalyzer.LibraryType.FORGE))
return newBuiltinImage("/assets/img/forge.png");
else if (libraryAnalyzer.has(LibraryAnalyzer.LibraryType.NEO_FORGED))
return newBuiltinImage("/assets/img/neoforge.png");
else if (libraryAnalyzer.has(LibraryAnalyzer.LibraryType.QUILT))
return newBuiltinImage("/assets/img/quilt.png");
else if (libraryAnalyzer.has(LibraryAnalyzer.LibraryType.OPTIFINE))
Expand Down

0 comments on commit 11405b5

Please sign in to comment.