ChromexUnderscore / OriginsTweaks

Reworks the Standard Origins Abilities from the Origins Mod and adds new ones.
MIT License
1 stars 3 forks source link

Modrinth version 1.16.x list mc 1.20 and 1.20.1 as supported #49

Open pinksteven opened 4 months ago

pinksteven commented 4 months ago

Describe the bug On modrinth the 1.16.1 and 1.16.2 versions of the mods list minecraft 1.120 and 1.120.1 as supported while at the same time listing origins 1.12 as lowest supported version which is available for mc 1.20.2 and later.

To Reproduce Steps to reproduce the behavior: Just make a 1.20 or 1.120.2 modpack on modrinth

Expected behavior Not marking unsupported versions as supported to avoid accidental updates that make the mods not launch

ChromexUnderscore commented 4 months ago

Thank you for your Feedback. I think the Issue is that I was using "1.20.x" in the dependencies for Minecraft, so it would also count versions earlier than 1.20.2 I will change that to >=1.20.2 so it only supports 1.20.2 and above. Since Origins often updates with backwards compatibility in mind, it shouldn't be a problem to include newer versions as long as nothing OriginsTweaks uses goes deprecated in newer versions.