Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
fix: Append neoforge for pre 1.20.2 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jan 19, 2024
1 parent 3f57e8a commit aa169a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ publishMods {
} else {
if (mcVersion <= 12002 && !isNeo) // No more LexForge, LexForge is too buggy
modLoaders.add("forge")
if (mcVersion == 12001 || isNeo)
if (mcVersion < 12002 || isNeo)
modLoaders.add("neoforge")
}

Expand Down

0 comments on commit aa169a4

Please sign in to comment.