Описание
## Introduction
**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.**
***
## ✅ Features
* **In‑game DLC manager UI**
* **Enable/disable DLC in one place**
* **Grouped list view**
* **Smart apply mode chosen**
* Mod/TACZ changes → **Restart required**
* Non‑mod changes → **Reload resources**
* **Auto tooltip system**
Place JSON files in `DLC/info` to show per‑DLC tooltips (multi‑language supported).
***
## ⚙ Configurable Paths
All paths are **relative to the modpack root** unless absolute paths are provided.
All entries support **multiple paths** separated by commas.
* **DLC Root** (`DLC`)
* **TACZ DLC Directory** (`tacz`)
* **Resourcepack Directory** (`resourcepacks`)
* **Datapack Directory** (`datapacks`)
* **Other DLC Enable Directory** (`dlc_other`)
***
## 📁 DLC Folder Layout
```
└─ DLC/
├─ example_mod.jar
├─ resource_pack.zip
├─ datapack.zip
├─ tacz/ (TACZ DLC directory)
├─ remote/
├─ required/
└─ info/ (tooltip JSONs)
```
***
## 💬 Wiki
[Wiki Docs](https://moddedmc.wiki/en/project/dlc-manager/latest/docs)