Moerill / token-mold

MIT License
24 stars 33 forks source link

[BUG] The module "token-mold" contains "dependencies" which is deprecated in favor of "relationships.requires" #186

Open kevinroyalty opened 9 months ago

kevinroyalty commented 9 months ago

Describe the bug Curent version (as of today) of FoundryVTT and DnD5e game system (2.3.1) with token mold add-in.

To Reproduce Steps to reproduce the behavior: have all 3 above and you'll see this error. We are using this with game world "odyssey of the dragonlords" if that helps.

Expected behavior no error and the token-mold features work.

Module incompatibilities none that we can see

Desktop (please complete the following information):

Fridan99 commented 9 months ago

the same issue

DarkenedOrigins commented 9 months ago

same issue

The module "token-mold" contains "dependencies" which is deprecated in favor of "relationships.requires"

os: linux browser: chrome fvtt: 11.309 mod ver: 2.20.3

kevinroyalty commented 8 months ago

Still getting this error with latest download of FoundryVTT and this module.

KPMcDonell commented 8 months ago

os: Win11 browser: chrome fvtt: 11.313 mod ver: 2.20.3

denisbrandao commented 8 months ago

On module.json just change "system": [], "dependencies": [], to "relationships": { "systems": [] } And it is solved. it is just a warning and has no impact on the module itself.