Skip to content
AdamCalculator edited this page Mar 17, 2024 · 6 revisions

Basic

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

  1. ./minecraft/resourcepacks/MegaPack/dynamicmcpack.json...
  2. ./minecraft/resourcepacks/SuperPack.zip!/dynamicmcpack.json...

Schema

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)

End of page

Good look!

Clone this wiki locally