-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
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
Labels
No labels