kid2407 / Compendium2Module

A module allowing you to download compendiums as a module.
MIT License
1 stars 6 forks source link

[Bug] Missing field for compendium type in Foundry 0.8.9 #5

Closed kid2407 closed 2 years ago

kid2407 commented 2 years ago

When exporting compendiums as a module and then adding it to a world running on version 0.8.9, the console complains, that the required field "entity" is missing from the pack definition. This is the case because "type" is the new field that got introduced in v9, marking "entity" as deprecated. Either keep using "entity" or checking the version should be sufficient to fix this.

kid2407 commented 2 years ago

Resolved with the latest release.