From 638c5f300e33a5e860f77ae4a998029e31ff7f82 Mon Sep 17 00:00:00 2001 From: Tom Rodriguez Date: Sun, 17 Nov 2024 09:33:17 -0800 Subject: [PATCH] Prepare for release --- module.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 88faddd..6c31e3a 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "hm-loc-drilen", "title": "Drilen Manor", "description": "A small but wealthy manor located between the Chyle forest and the Omin river in Fethael Hundred.", - "version": "1.2.0", + "version": "1.2.1", "bugs": "https://github.com/toastygm/hm-loc-drilen/issues", "license": "LICENSE", "readme": "README.md", @@ -30,9 +30,19 @@ } ] }, + "packFolders": [ + { + "name": "Drilen Manor", + "sorting": "m", + "packs": [ + "scenes", + "journals" + ] + } + ], "packs": [ { - "label": "Drilen Scenes", + "label": "Scenes", "name": "scenes", "path": "packs/scenes", "type": "Scene", @@ -43,7 +53,7 @@ } }, { - "label": "Drilen Journals", + "label": "Journals", "name": "journals", "path": "packs/journals", "type": "JournalEntry", @@ -56,7 +66,7 @@ ], "url": "https://github.com/toastygm/hm-loc-drilen/", "manifest": "https://github.com/toastygm/hm-loc-drilen/releases/latest/download/module.json", - "download": "https://github.com/toastygm/hm-loc-drilen/releases/download/v1.2.0/module.zip", + "download": "https://github.com/toastygm/hm-loc-drilen/releases/download/v1.2.1/module.zip", "flags": { "allowBugReporter": true }