KleeSlabs (Fabric Edition)

KleeSlabs (Fabric Edition)

13M Downloads

Data Packs Sometimes Fail To Load

SilentChaos512 opened this issue ยท 0 comments

commented

I'm working on an issue with Silent Gear, where resources from the data folder sometimes fail to load. I have not been able to reproduce the issue myself, but several users have reported the issue only occurs when KleeSlabs is installed. I may know why this is happening.

I noticed you are using ISelectiveResourceReloadListener. For whatever reason, this accesses a client-only class, ReloadRequirements. I recommend using IResourceManagerReloadListener instead. It is marked as deprecated, but I have had no issues with it.

Links