#Hey folks in urgent need of help here I
1 messages · Page 1 of 1 (latest)
an example of this is here: http://dwwbattlemaps.com/foundry-packs/dww-world-turtle/module.json
The official website and community for Foundry Virtual Tabletop.
"packs": [
{
"name": "pack-name",
"label": "Pack Title",
"system": "system-id",
"path": "./packs/desired-folder-name",
"type": "Item"
}
]
your packs need to each declare that type field
so probably Scene
yeah where it says entity that's now type
this was a change that's been in deprecation for a while
warnings turn to errors if you ignore them long enough
yeah, in need of updating all of my older content for it
fwiw if your content is backwards compatible you can just include both entity and type
module.json ignores unused properties
ah sweet, good to know
but if something new is needed, that's up to you to handle
do you know if this is the only syntax update I need to make? Have there been anything additional? Thanks for all the help by the way, really appreciate it
they also changed how core versioning works, and they've added packFolders as an additional attribute to help organize multiple compendiums
pack folders are merged by name, so if you use the same name across all modules all your compendium packs will go in the same folder