Skip to content

Modrinth: fetching wrong game version #152

@Pseudorizer

Description

@Pseudorizer

Mods downloaded from Modrinth are no longer respecting the MC version supplied. I think it's to do with #151 which made a change to the game_versions query argument.

I ran https://github.com/itzg/docker-minecraft-server/ with the DEBUG arg on and when it hits https://api.modrinth.com/v2/project/P7dR8mSH/version?loaders=fabric&game_versions=1.19.2 it fails, but if I change game_versions=1.19.2 to game_versions=["1.19.2"] it now works correctly. It's the same for the loaders arg as well.

Not sure what's going on with their API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions