mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 13:05:27 -05:00
Fix crash
This commit is contained in:
@@ -205,6 +205,10 @@ public class InterfaceInjectionProcessor implements JarProcessor, GenerateSource
|
||||
throw new UncheckedIOException(e);
|
||||
}
|
||||
|
||||
if (fabricModJson == null) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
return InjectedInterface.fromFabricModJson(fabricModJson);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user