Causes every resource pack/mod library file to be shown in resource pack screen #1

Closed
opened 2024-03-14 21:11:38 +01:00 by Zorklis · 3 comments

Finally narrowed this problem to Async.
Not sure why it's a bug or a "feature" of this mod but it is.

I open resource pack screen everything is fine. I select a pack to selected tab and then press done, loading screen.. and every mod is now occupying the resource pack for no good reason. WHY

Finally narrowed this problem to Async. Not sure why it's a bug or a "feature" of this mod but it is. I open resource pack screen everything is fine. I select a pack to selected tab and then press done, loading screen.. and every mod is now occupying the resource pack for no good reason. WHY
Owner

Thank you for reporting this.
It seems that the filtering done by fabric-resource-loader is applied in a method I overwrite to call my asynchronous implementation.
I have implemented a potential fix by manually filtering packs after it is finished.
Does this version fix the issue for you? If it does, I could create a release with it.

Thank you for reporting this. It seems that the filtering done by fabric-resource-loader is applied in a method I overwrite to call my asynchronous implementation. I have implemented a potential fix by manually filtering packs after it is finished. Does [this version](https://pages.frohnmeyer-wds.de/JfMods/async-pack-scan/artifacts/latest.jar) fix the issue for you? If it does, I could create a release with it.
Author

Tried it and no issues with the version you gave, looks good to me 👍

Tried it and no issues with the version you gave, looks good to me 👍
Owner

I have published 0.2.3 with these changes.
Again, thanks for reporting the issue!

I have published 0.2.3 with these changes. Again, thanks for reporting the issue!
Comment
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JfMods/async-pack-scan#1
No description provided.