Skip to content

Commit

Permalink
Upgrade packs to LevelDB format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrodrig committed Nov 16, 2024
1 parent 513e8c0 commit 12084b6
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions module.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,10 +13,9 @@
"flags": {}
}
],
"minimumCoreVersion": "10",
"compatibility": {
"minimum": "10",
"verified": "10"
"minimum": "11",
"verified": "12.331"
},
"scripts": [
"scripts/init.js"
Expand All @@ -27,27 +25,38 @@
{
"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": {}
}
]
},
"packs": [
{
"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
}
Expand Down

0 comments on commit 12084b6

Please sign in to comment.