A mod that will monitor the current version of your resource pack and download automatically!
The mod is planned to support any bootloader and any version, but I don’t have enough time right now. I’m always happy to see new contributors!
Resource pack developers need to create a dynamicmcpack.json
file inside the resource pack, which will save some information, and the mod will update when the game starts if resource pack files are required.
Install and it will automatically update supported resource packs.
⚠️ Since the mod is being actively developed, it is not yet possible to check resource packs for updates, but this will be added in the future.
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.20.1", // game version
"modrinth_project_id": "better-leaves", // your project identifier
"type": "modrinth"
},
"formatVersion": 1
}
For other features (dynamic repos) visit github wiki!