WunderFunct / WFCaveOverhaul

WF's Cave Overhaul
GNU General Public License v2.0
2 stars 0 forks source link

Fabric 1.20.1 Incompatible with Quilt #2

Closed moderatetobelowaverage closed 8 months ago

moderatetobelowaverage commented 8 months ago

Tried using the fabric 1.20.1 release on the latest version of the quilt loader. Threw an error because WFCaves wants fabric loader v0.15.6 and quilt loader only has parity with v0.15.3.

Solution should just be changing the "fabricloader": ">=0.15.6", => "fabricloader": ">=0.15.3", in fabric.mod.json, and loader_version=0.15.6 => loader_version=0.15.3 for the gradle.properties file, But i wasn't able to test to make sure.

if you used the same loader version for all the fabric releases then its likely this extends to those as well but I haven't checked.

I would have made a PR but without the gradle files I had trouble building and testing the fix.

WunderFunct commented 8 months ago

Thanks, I'll look into this.

moderatetobelowaverage commented 8 months ago

Looks like this has been updated from the Quilt loader side of things in a public beta. Shouldn't be too long before the release version has parity and this isnt an issue anymore.