Skip to content

Commit

Permalink
Update for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrodrig committed Jul 31, 2022
1 parent 5ae036e commit d45e2a6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 93 deletions.
48 changes: 28 additions & 20 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,54 @@
{
"name": "hm-loc-drilen",
"id": "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.0.5",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.9",
"version": "1.1.0",
"bugs": "https://github.com/toastygm/hm-loc-drilen/issues",
"license": "LICENSE",
"readme": "README.md",
"authors": [
{
"name": "Toasty",
"discord": "toasty#8538"
"discord": "toasty#8538",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "10"
},
"scripts": [
"./scripts/init.js"
"scripts/init.js"
],
"relationships": {
"requires": [
{
"id": "scene-packer",
"type": "module",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json",
"compatibility": {}
}
]
},
"packs": [
{
"entity": "Scene",
"label": "Drilen - Scenes",
"label": "Drilen Scenes",
"name": "scenes",
"path": "packs/scenes.db"
"path": "packs/scenes.db",
"type": "Scene",
"flags": {}
},
{
"entity": "JournalEntry",
"label": "Drilen - Journals",
"label": "Drilen Journals",
"name": "journals",
"path": "packs/journals.db"
}
],
"dependencies": [
{
"name": "scene-packer",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json",
"type": "module"
"path": "packs/journals.db",
"type": "JournalEntry",
"flags": {}
}
],
"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/latest/download/module.zip",
"download": "https://github.com/toastygm/hm-loc-drilen/releases/v1.1.0/download/module.zip",
"flags": {
"allowBugReporter": true
}
Expand Down
Loading

0 comments on commit d45e2a6

Please sign in to comment.