DynamicPack

A mod that will track the current version of your resource packs and automatically update it!

https://img.shields.io/badge/Enviroment-Client-purple
Static Badge

How it works

Resource pack developers need to create a file dynamicmcpack.json inside the resource pack which will contain some information to track and download the latest version.

For users

Install and it will automatically update supported resource packs.

I know these supported packs:

If you are the owner of a resource pack, you can also configure pack so that the mod can update it! (maybe I'll add you to this list). See wiki...

For developers

If you want your package to update itself from Modrinth, you need to add the dynamicmcpack.json file to the following content:

{
    "current": {
      "version_number": "7.1" // version of the current pack
    },
    "remote": {
      "game_version": "1.21.1", // game version. support "current" and "no_specify" enum value
      "modrinth_project_id": "better-leaves", // your project identifier
      "type": "modrinth"
    },
    "formatVersion": 1 // always is one (1)
}

⚠️⚠️⚠️ JSON Specification not support //comments! Delete it before use.

You can validate your JSON here

For other features (dynamic repos) visit github wiki!

The mod also supports dynamic repositories, this is also written on the wiki.


Project members

Riflusso

Contributor

AdamCalc

Author

Details

Licensed MIT
Published 2 years ago
Updated 15 days ago