-
Notifications
You must be signed in to change notification settings - Fork 1
basic
AdamCalculator edited this page Mar 17, 2024
·
6 revisions
The mod supports both resource packs in .zip format and resource packs in the form of a folder
inside the resource pack there should be a file dynamicmcpack.json
-
./minecraft/resourcepacks/MegaPack/dynamicmcpack.json
... -
./minecraft/resourcepacks/SuperPack.zip!/dynamicmcpack.json
...
the average file looks like this
{
"current": {"version": "p2fuqvAG"},
"remote": {
"game_version": "1.20.1",
"modrinth_project_id": "better-leaves",
"type": "modrinth"
},
"formatVersion": 1
}
- formatVersion currently 1
- remote - data for sync this pack
- current - metadata about current (client) pack
TL;DR All keys in dynamicmcpack.json (client)
Good look!