Fixed handling of Modrinth mods for NeoForge (#2659)

This commit is contained in:
Geoff Bourne
2024-02-12 11:13:02 -06:00
committed by GitHub
parent 9a29d6812b
commit 40653003a4
2 changed files with 2 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ function handleModrinthProjects() {
fi
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC SPIGOT; then
if isFamily HYBRID FORGE; then
if isFamily HYBRID; then
loader=forge
else
loader="${TYPE,,}"