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",
"path": "packs/character-options",
"type": "Item",
"system": "cyphersystem",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "cyphersystem"
}
}
],
"relationships": {
"requires": [
{
"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",
"manifest": "https://edit.crownoffire.ltd/adam/numeneraBaseWorld/raw/branch/main/module.json"
}
}