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" } ]