#Hey folks in urgent need of help here I

1 messages · Page 1 of 1 (latest)

upbeat valve
zenith drift
#
"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

upbeat valve
#

thank you!

zenith drift
#

this was a change that's been in deprecation for a while

#

warnings turn to errors if you ignore them long enough

upbeat valve
#

yeah, in need of updating all of my older content for it

zenith drift
#

fwiw if your content is backwards compatible you can just include both entity and type

#

module.json ignores unused properties

zenith drift
#

but if something new is needed, that's up to you to handle

upbeat valve
zenith drift
#

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