-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
QLoom >=1.3.1
doesnt remove transitive fabric dependencies
#40
Comments
Yeah, I'm not sure what's going on here. It's the same patch as in 1.2.3 For now, you can exclude fabric deps manually:
|
Hi! I'm experiencing the same issue with As I'm not good on groovy at all, is there any other way to fix this problem besides downgrading the Quilt Loom version? Or, when can this issue be fixed in Quilt Loom? |
So you should be able to remove the |
It shows that Fabric API is embedded inside the Quilted Fabric API and that's true. But in development environment, |
Now a new problem occurs, that is whatever the version of Quilt Loom I'm using, the Fabric API seems always unaccessible to the java compiler (I'm not excluding Fabric API neither excluding Fabric Loader). Is this another issue inside the Quilt toolchain? Recently with Quilt I've encountered many things I didn't used to understand... |
if you pull in a dependency that uses fabric loader or fabric api, those dependencies are removed with qloom 1.2.3, but upgrading to 1.3.1 or later results in them not being removed, breaking running the game from the dev env
1.2.3:
1.3.1 (and later):
The text was updated successfully, but these errors were encountered: