mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 13:05:27 -05:00
fix: missing a patch for #153 that c29090037f change the method name (#156)
This commit is contained in:
@@ -168,7 +168,7 @@ public final class IncludedJarFactory {
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user