cstadther / adventure-import-export

A module for Foundy VTT for packaging and installing adventures.
MIT License
15 stars 7 forks source link

Continued support for 0.8.X on adventure import #140

Closed etriebe closed 3 years ago

etriebe commented 3 years ago
  1. Switching to not use entity but use documentName instead
  2. Using the contents collection on Scene.data.tokens since array references for those were deprecated
  3. Switching away from using Document._id to Document.id instead
  4. Use updateEmbeddedDocuments instead of updateEmbeddedEntity