From 7cd85468c7e4e0a4c1a92b89f3ecf92f83cbff87 Mon Sep 17 00:00:00 2001 From: trotFunky Date: Sun, 1 Jun 2025 20:26:08 +0100 Subject: [PATCH] module: Add compendium folder We currently only have a macro compendium, but we might have more in the future (items, powers...). All the Fabula Ultima compendium are also in folders. Add a compendium folder and move the macro compendium within. --- module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module.json b/module.json index 05b71e1..98b4406 100644 --- a/module.json +++ b/module.json @@ -54,6 +54,7 @@ "scripts/token_ui_adjust.mjs" ], "socket": true, + "packs": [ { "name": "Macros", @@ -68,6 +69,14 @@ "flags": {} } ], + "packFolders": [ + { + "name": "Fabula Moletrina", + "sorting": "a", + "color": "#d3b719", + "packs": ["Macros"] + } + ], "license": "LICENSE", "readme": "README.md",