Skip to content

A crowdsourced database and public API for Minecraft mods that are incorrectly tagged for client/server compatibility on CurseForge and Modrinth.

License

Notifications You must be signed in to change notification settings

pyrohost/bad-mod-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad Mod Tags

A community database of Minecraft mods with incorrect client/server compatibility tags on CurseForge and Modrinth.

Mislabeled mods cause real problems. Client-only mods marked as server-compatible can crash servers or waste resources, while server-required mods marked as client-only lead to failed connections. This database provides the correct tags so launchers and modpack tools can handle these mods properly.

API

Base URL: https://pyrohost.github.io/bad-mod-tags/api/v1/

Endpoint Description
/mods.json Full database
/stats.json Statistics
/modrinth/{id}.json Lookup by Modrinth ID
/curseforge/{id}.json Lookup by CurseForge ID

Example

curl https://pyrohost.github.io/bad-mod-tags/api/v1/modrinth/sodium.json
{
  "name": "Sodium",
  "modrinth_id": "sodium",
  "curseforge_id": 394468,
  "correct_tags": { "client": "required", "server": "unsupported" },
  "recommendation": { "client": true, "server": false }
}

Environment Tags

Value Meaning
required Must be installed on this side
optional Can be installed but not required
unsupported Should not be installed

Contributing

Found a mod with incorrect tags? Open an issue and a PR will be automatically created for review.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

This project is maintained by Pyro Inc. and made possible by the open-source community.

About

A crowdsourced database and public API for Minecraft mods that are incorrectly tagged for client/server compatibility on CurseForge and Modrinth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •