diff --git a/module.json b/module.json index 936fa19..88faddd 100644 --- a/module.json +++ b/module.json @@ -1,9 +1,8 @@ { "id": "hm-loc-drilen", - "name": "hm-loc-drilen", "title": "Drilen Manor", "description": "A small but wealthy manor located between the Chyle forest and the Omin river in Fethael Hundred.", - "version": "1.1.3", + "version": "1.2.0", "bugs": "https://github.com/toastygm/hm-loc-drilen/issues", "license": "LICENSE", "readme": "README.md", @@ -14,10 +13,9 @@ "flags": {} } ], - "minimumCoreVersion": "10", "compatibility": { - "minimum": "10", - "verified": "10" + "minimum": "11", + "verified": "12.331" }, "scripts": [ "scripts/init.js" @@ -27,7 +25,8 @@ { "id": "scene-packer", "type": "module", - "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json" + "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json", + "compatibility": {} } ] }, @@ -35,19 +34,29 @@ { "label": "Drilen Scenes", "name": "scenes", - "path": "packs/scenes.db", - "type": "Scene" + "path": "packs/scenes", + "type": "Scene", + "flags": {}, + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } }, { "label": "Drilen Journals", "name": "journals", - "path": "packs/journals.db", - "type": "JournalEntry" + "path": "packs/journals", + "type": "JournalEntry", + "flags": {}, + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } } ], "url": "https://github.com/toastygm/hm-loc-drilen/", "manifest": "https://github.com/toastygm/hm-loc-drilen/releases/latest/download/module.json", - "download": "https://github.com/toastygm/hm-loc-drilen/releases/download/v1.1.3/module.zip", + "download": "https://github.com/toastygm/hm-loc-drilen/releases/download/v1.2.0/module.zip", "flags": { "allowBugReporter": true }