Skip to content

Commit

Permalink
fix: missing a patch for #153 that c290900 change the method name (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
SettingDust authored Aug 27, 2023
1 parent 116a2f1 commit 2b64c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private List<LazyNestedFile> getProjectDeps(Configuration configuration, Set<Str
}

private File getNestableJar(final File input, final Metadata metadata) {
if (FabricModJsonFactory.isModJar(input, LoomGradleExtension.get(project).getPlatform().get())) {
if (FabricModJsonFactory.isNestableModJar(input, LoomGradleExtension.get(project).getPlatform().get())) {
// Input is a mod, nothing needs to be done.
return input;
}
Expand Down

0 comments on commit 2b64c2f

Please sign in to comment.