Fixes an issue in environments with Sinytra Connector, where the Accessories mod initializer may be instantiated during Fabric mod loading instead of (and before) NeoForge mod loading, leading to a crash due to AccessoriesForge.HOLDER_ATTACHMENT_TYPE being registered at the wrong time.
...at least, I think that's what the issue was. This fixes a crash I was having, in any case.
Fixes an issue in environments with Sinytra Connector, where the Accessories mod initializer may be instantiated during Fabric mod loading instead of (and before) NeoForge mod loading, leading to a crash due to
AccessoriesForge.HOLDER_ATTACHMENT_TYPE
being registered at the wrong time....at least, I think that's what the issue was. This fixes a crash I was having, in any case.