adding journal to canvas slideshow dep
This commit is contained in:
parent
505705efab
commit
fa8819b3a2
15
module.json
15
module.json
|
@ -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"
|
||||
|
||||
}
|
Loading…
Reference in New Issue