-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quilt support? #751
Comments
Can confirm. Here is the log: https://pastebin.com/SmUVU3Nz |
This stack trace shows that the quilt-loader's fabric mod compatibility layer doesn't provide the necessary class for optifabric. But although if it's implemented, optifabric has a fabric API compatibility mixin (patching to fabric API), so developing the patch to qsl/quilted-fabric-api is also necessary. it's not an easy task, I think. |
Just copying over my log and such from a diff issue I opened about this before I saw this one : ) .... ** Exception while loading entries for entrypoint 'mm:early_risers' ** Is there anything that can be done to make optifabric more compatible with quilt as other fabric mods seem to do well on quilt, or is this something that quilt needs to do to make quilt more compatible with your mod? I'd really like to keep optifine over sodium and your mod has made that possible for me for a long time. thanks for all your work!!
full log: |
Quilt doesn't attempt compatibility with internal APIs. In general, mods are heavily discouraged from using them, even on Fabric, and they could break at any time. |
Will you add support for Quilt in the future? Currently, it crashes trying to use it and the normal Fabric loader works fine.
The text was updated successfully, but these errors were encountered: