Closed AnAwesomGuy closed 5 months ago
Looks good to me. Although, do you happen to have a list of what modrinth supports for it's
game_version
argument. I can't seem to find anything.
we iterate over Mojang's https://piston-meta.mojang.com/mc/game/version_manifest_v2.json
in MinecraftApi
, and get the versions from there. however, modrinth doesn't accept versions with spaces in their name, so this PR replaces the ones with spaces with the ones modrinth uses.
that's all! :)