diff --git a/src/module.json b/src/module.json index 1517afa..8b2f3e9 100644 --- a/src/module.json +++ b/src/module.json @@ -8,7 +8,7 @@ "name": "leego neit" } ], - "version": "1.1.2-dev", + "version": "0.0.1-dev", "minimumCoreVersion": "9", "compatibility": { "minimum": "9", @@ -16,8 +16,8 @@ "maximum": "10" }, "url": "https://gitea.kdiva.ru/modules/sc-items", - "manifest": "https://gitea.kdiva.ru/modules/sc-items/raw/branch/aota-dev/src/module.json", - "download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-items/1.1.2-dev/module.zip", + "manifest": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.json", + "download": "https://gitea.kdiva.ru/modules/sc-items/releases/download/0.0.1-dev/module.zip", "packs": [ { "name": "sc-items", diff --git a/src/module.json.bak b/src/module.json.bak new file mode 100644 index 0000000..1517afa --- /dev/null +++ b/src/module.json.bak @@ -0,0 +1,41 @@ +{ + "id": "sc-items", + "name": "shared-compendia-items", + "title": "Shared Compendia Items", + "description": "Item list", + "authors": [ + { + "name": "leego neit" + } + ], + "version": "1.1.2-dev", + "minimumCoreVersion": "9", + "compatibility": { + "minimum": "9", + "verified": "10", + "maximum": "10" + }, + "url": "https://gitea.kdiva.ru/modules/sc-items", + "manifest": "https://gitea.kdiva.ru/modules/sc-items/raw/branch/aota-dev/src/module.json", + "download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-items/1.1.2-dev/module.zip", + "packs": [ + { + "name": "sc-items", + "label": "sc items", + "path": "packs/sc-items.db", + "entity": "Item", + "type": "Item", + "module": "shared-compendia-items", + "system": "dnd5e" + }, + { + "name": "sc-items-aota", + "label": "arcana of the ancients items", + "path": "packs/sc-items-aota.db", + "entity": "Item", + "type": "Item", + "module": "shared-compendia-items", + "system": "dnd5e" + } + ] +}