Quilt Compatibility
rockrevenchy opened this issue ยท 5 comments
I was wondering if there was plans to migrate towards or allow the use of quilt with this mod
as it stands, it refuses to launch under quilt because it doesnt recognizes it as an acceptable dependency
Dependency for mod 'seasons' on fabricloader versions [>=0.14.8] (0 valid options, 1 invalid options)
x provided mod 'fabricloader' version '0.14.7' from mod 'quilt_loader' version 0.17.1-beta.4 loaded
Btw thx for making this mod, truly adds life to a minecraft world with another mod such as snow real magic ;p
I removed the dependencies in fabric.mod.json and forced it to load on quilt 1.19 as an experiment.
it seems to work flawlessly so far
"depends": {
"minecraft": "1.19.x"
}
The mod should work fine on Quilt as long as they keep support for fabric mods. I'll take a look at how to handle the dependencies later.
This issue is caused by Quilt Loader being a little behind. However, it should already be fixed in Quilt Loader 0.17.1-beta.6 - can you make sure you're using that and try again?