Amethyst Imbuement

Amethyst Imbuement

2M Downloads

Mod Amethyst Imbuement can't handle latest patchouli mod version

Cape-City opened this issue · 7 comments

commented

It seems the Amethyst Imbuement mod checks exactly for the version Patchouli-1.19.4-79-FABRIC.jar and therefor cannot handle the version Patchouli-1.19.4-79.1-FABRIC.jar. Maybe it should for minimum version and higher.

commented

The new version seems to recognize the latest patchouli release ;)

commented

Correct, the latest version dodges this issue by simply requiring that patchouli be installed at all. There were no variations of a version check I could get working. Closing this.

commented

This is really on patchouli for not using proper versioning conventions, but I'll try to play around with it to find a setting that works.

commented

It does do a greater-than-or-equal check:

"patchouli": ">=1.19.4-79-FABRIC",

commented

Seems not to be doing what it should:

grafik

commented

Happens with latest Patchouli too, I don't know who to blame, Fabric's version checks, Patchouli for inconsistent versioning or both

- Replace mod 'Patchouli' (patchouli) 1.20.1-84.1-FABRIC with version 1.20.1-81-FABRIC or later.

  • amethyst_imbuement-1.20.1-19.8.jar
  • Patchouli-1.20.1-84.1-FABRIC.jar

Not creating a new issue because it's literally this exact one

Workaround: using Patchouli 84 instead of 84.1 seems to just work

commented

This is an issue with how patchouli is versioned