[BUG] ModResourcePackCreator
class loading earlier than OpenLoaderFabric
initialization, causing NPE
#39
Labels
bug
Something is not working as intended.
unverified
The contents of this issue have not yet been verified.
Minecraft Version
1.20.1
Mod Version
19.0.4
Mod Loader
Fabric
What environment are you running the mod in?
Client
Issue Description
I added some mixin-code to the
PackRepository
which contains class-loading ofModResourcePackCreator
, causing it to not work with OpenLoader:I think a possible solution would be to initialize the fields in
OpenLoaderFabric
immediately during the class loading:The text was updated successfully, but these errors were encountered: