From f76d42760f8453704d7874d58c4f5de6aab2d014 Mon Sep 17 00:00:00 2001 From: westtexasfish Date: Thu, 14 May 2026 01:23:43 -0500 Subject: [PATCH] Organize compendium packs into folders --- module.json | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index b0130f95..7fe8050a 100755 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "dnd-beyond", "title": "DnD-Beyond", "description": "

Compendium Module for imported DnD Beyond content.

", - "version": "1.0.0", + "version": "1.0.1", "manifest": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/raw/branch/main/module.json", "download": "https://git.jimandkrista.com/westtexasfish/dnd-beyond/archive/main.zip", "compatibility": { @@ -172,6 +172,53 @@ "flags": {} } ], + "packFolders": [ + { + "name": "DnD-Beyond", + "sorting": "m", + "color": "#9300f5", + "packs": [], + "folders": [ + { + "name": "Character Options", + "sorting": "m", + "color": "#570011", + "packs": [ + "beyond-species", + "beyond-classes", + "beyond-backgrounds", + "beyond-feats" + ], + "folders": [] + }, + { + "name": "Items, Monsters, & Spells", + "sorting": "m", + "color": "#7a4e00", + "packs": [ + "beyond-items", + "beyond-vehicles", + "beyond-monsters", + "beyond-spells", + "beyond-summons" + ], + "folders": [] + }, + { + "name": "DM Tools", + "sorting": "m", + "color": "#8a7e00", + "packs": [ + "beyond-adventures", + "beyond-journals", + "beyond-tables", + "beyond-override" + ], + "folders": [] + } + ] + } + ], "url": "https://git.jimandkrista.com/westtexasfish/dnd-beyond", "flags": {} }