diff --git a/module.json.template b/module.json.template index 7507f59..f530e72 100644 --- a/module.json.template +++ b/module.json.template @@ -12,7 +12,7 @@ "minimumCoreVersion": "9", "compatibility": { "minimum": "9", - "verified": "10", + "verified": "11", "maximum": "11" }, "url": "${DRONE_REPO_LINK}", @@ -27,6 +27,15 @@ "type": "Actor", "module": "shared-compendia-creatures", "system": "dnd5e" + }, + { + "name": "sc-creature-features", + "label": "sc creature features", + "path": "packs/sc-creature-features.db", + "entity": "Item", + "type": "Item", + "module": "shared-compendia-creatures", + "system": "dnd5e" } ] }