From 2d7c1e836f416d1980b4661d1eedd34f4e4fb3ff Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Wed, 13 Mar 2024 00:09:02 +0300 Subject: [PATCH] v2.0.0 --- module.json.template | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module.json.template b/module.json.template index 016061d..d2ed706 100644 --- a/module.json.template +++ b/module.json.template @@ -27,6 +27,15 @@ "type": "Item", "module": "shared-compendia-common", "system": "dnd5e" + }, + { + "name": "sc-common-new", + "label": "sc common new", + "path": "packs/sc-common-new.db", + "entity": "Journal", + "type": "Journal", + "module": "shared-compendia-common", + "system": "dnd5e" } ] }