Manage optional DLC content (mods, resource packs, data packs) in-game.
DLC Manager is an in‑game DLC management mod for modpacks. It lets players enable/disable optional content (mods, resource packs, data packs, TACZ gun packs, etc.) directly from the UI, and guides them to restart or reload resources when needed.
DLC/info to show per‑DLC tooltips (multi‑language supported).All paths are relative to the modpack root unless absolute paths are provided.
All entries support multiple paths separated by commas.
DLC)tacz)resourcepacks)datapacks)dlc_other)<Modpack Root>
└─ DLC/
├─ example_mod.jar
├─ resource_pack.zip
├─ datapack.zip
├─ tacz/ (TACZ DLC directory)
└─ info/ (tooltip JSONs)
Place JSON files in DLC/info/ with the same name as the DLC file/folder.
{
"dlc_name": "example_mod.jar",
"type": "mod",
"tip": {
"en_us": "Example description",
"zh_cn": "示例说明"
}
}
Supported type values:
mod, resourcepack, datapack, gunpack, others
Conversation