1.19.2 version is incompatible with latest QFAPI.
sisby-folk opened this issue ยท 8 comments
QFAPI updated to include fapi 0.77 in march in 4.0.0-beta.30+0.77.0-1.19.2
.
Effective crashes on it, like so:
latest create requires 77, so we've removed effective instead in our case - cheers for the clarification though!
If it doesnt absolutely need that version you could also try dependency overrides to make create accept an older version of fabric api
preferring to stay on the side of packwiz modpack stability - if we're on 77, the pack is less likely to break at random from a mod bumping their dep later.
Effective JiJ's an outdated version of Satin API; the latest version for 1.19.2 (v1.9.1) fixes running alongside Fabric API v0.77.0. It's possible to just install that version of Satin API manually, alongside Effective, to have Quilt Loader favor the newer version over the JiJ'd one.
Effective JiJ's an outdated version of Satin API; the latest version for 1.19.2 (v1.9.1) fixes running alongside Fabric API v0.77.0. It's possible to just install that version of Satin API manually, alongside Effective, to have Quilt Loader favor the newer version over the JiJ'd one.
does it now, huh?
It used to cause the opposite, that's why it is marked as alpha.
So after doing a few more tests on this:
- on fabric you can only use up to Effective
1.4
, but that version works fine with latest satin + FAPI. - on quilt you can use the latest versions of Effective (
2.0
and later), however they do not work with Satin1.9.1
at all (you must use1.9.0
), and also do not work with latest QFAPI, only up to4.0.0-beta.30+0.76.0-1.19.2
.
So I dont know how exactly you got it to work with latest @unilock?