Skip to content

modrinth_integration

AdamCalculator edited this page Mar 26, 2024 · 4 revisions

Modrinth integration

If you want your resource pack to be automatically updates using this mod from the Modrinth servers, you need to take a couple of simple steps.

Add file dynamicmcpack.json to root of you pack zip file.

{
  "current": {
    "version_number": "7.1"
  },
  "remote": {
    "game_version": "1.20.1", // use "current" value for current launch game version
    "modrinth_project_id": "better-leaves",
    "type": "modrinth"
  },
  "formatVersion": 1
}

When uploading a version to modrinth, the version_number field must match in the file you are uploading and in the upload settings on modrinth itself.