From 3d21a7967b6a4ec30fa01b86b4ebb8621f579185 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Mon, 24 Jul 2023 22:01:25 +0300 Subject: [PATCH] v1.0.2 --- module.json.template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/module.json.template b/module.json.template index e2b047a..d52399b 100644 --- a/module.json.template +++ b/module.json.template @@ -20,21 +20,21 @@ "download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip", "packs": [ { - "name": "sc-items", - "label": "sc items", - "path": "packs/sc-items.db", + "name": "sc-backgrounds", + "label": "sc backgrounds", + "path": "packs/sc-backgrounds.db", "entity": "Item", "type": "Item", - "module": "shared-compendia-items", + "module": "shared-compendia-backgrounds", "system": "dnd5e" }, { - "name": "sc-items-aota", - "label": "arcana of the ancients items", - "path": "packs/sc-items-aota.db", + "name": "sc-background-features", + "label": "sc background features", + "path": "packs/sc-background-features.db", "entity": "Item", "type": "Item", - "module": "shared-compendia-items", + "module": "shared-compendia-backgrounds", "system": "dnd5e" } ]