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.
This commit is contained in:
trotFunky 2025-06-01 20:26:08 +01:00
parent 22dc500801
commit 7cd85468c7

View file

@ -54,6 +54,7 @@
"scripts/token_ui_adjust.mjs" "scripts/token_ui_adjust.mjs"
], ],
"socket": true, "socket": true,
"packs": [ "packs": [
{ {
"name": "Macros", "name": "Macros",
@ -68,6 +69,14 @@
"flags": {} "flags": {}
} }
], ],
"packFolders": [
{
"name": "Fabula Moletrina",
"sorting": "a",
"color": "#d3b719",
"packs": ["Macros"]
}
],
"license": "LICENSE", "license": "LICENSE",
"readme": "README.md", "readme": "README.md",