ModManagerMC / ModManager

A ModManager extension for ModMenu
Apache License 2.0
79 stars 11 forks source link

Get modrinth id by first getting the mod by the fabric id #26

Closed DeathsGun closed 3 years ago

DeathsGun commented 3 years ago

Changes the mod id resolution to the following:

  1. Use fabric mod id to check if it correlates with the modrinth slug
  2. As fallback use mod name and search for it on modrinth and compare these

Closes #18