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": {} }