Closed lukebemish closed 1 year ago
(May be resolved once #18 is merged, which I hadn't seen when I posted this)
I won't be able to check for a week or so due to computer issues; if anyone else wants to try to reproduce it, feel free to close this
This seems to work fine on modern loom versions, so there's no reason to keep this open
First noticed this error while trying to add geckolib-quilt to a project. As my gradle setup is a bit unorthodox, I tried to reproduce this with the quilt template mod and found the following:
Quilt template mod with loom
1.+
- can set up environment fine (loading into IDE or from command line) Quilt template mod with loom1.+
and geckolib-quilt - fails to load with the following log (from clean clone and edit as well):Same, but disable transitive deps from geckolib-quilt - loads fine Same (transitive deps on again), but disable interface injection in
loom
block - loads fineI suspect that this is an issue with quilt-loom specifically, not normal loom, as I could not reproduce it with normal loom: fabric-example-mod with loom
1.+
- loads fine The same with geckolib-fabric - loads fineI will try to set up something locally to test it with something more simplistic than geckolib and see if I can't find the root cause of the issue if I have time later. If I had to guess, I'd suspect it has something to do with how transitive deps are pulled in on the various
mod*
configurations; I am unsure why I cannot reproduce it with normal loom, so more digging is required.