Моды/DynamicPack
DynamicPack

DynamicPack

This mod will automatically update your resource packs!

16.8K
54

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.

Совместимость

Minecraft: Java Edition

1.20–1.21.101.18–1.19.41.17–1.17.1

Платформы

Поддерживаемые окружения

Клиент

Детали

Лицензия:MIT
Опубликован:1 год назад
Обновлён:1 неделю назад
Главная