adding journal to canvas slideshow dep

This commit is contained in:
Adam 2024-02-03 18:02:16 -06:00
parent 505705efab
commit fa8819b3a2
1 changed files with 12 additions and 5 deletions

View File

@ -28,22 +28,29 @@
"label": "Character Options", "label": "Character Options",
"path": "packs/character-options", "path": "packs/character-options",
"type": "Item", "type": "Item",
"system": "cyphersystem",
"ownership": { "ownership": {
"PLAYER": "OBSERVER", "PLAYER": "OBSERVER",
"ASSISTANT": "OWNER" "ASSISTANT": "OWNER"
}, }
"system": "cyphersystem"
} }
], ],
"relationships": { "relationships": {
"requires": [ "requires": [
{ {
"id": "world-explorer", "id": "world-explorer",
"type": "module" "type": "module",
"compatibility": {}
}
],
"recommends": [
{
"id": "journal-to-canvas-slideshow",
"type": "module",
"manifest": "https://edit.crownoffire.ltd/adam/journal-to-canvas-slideshow/raw/branch/main/module.json"
} }
] ]
}, },
"download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.0.1.zip", "download": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/archive/1.0.1.zip",
"manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json" "manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json"
}
}