diff --git a/module.json b/module.json index ae8ee63..16f5e36 100644 --- a/module.json +++ b/module.json @@ -6,9 +6,9 @@ "authors": [], "url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/", "flags": {}, - "version": "4.0.2", + "version": "5.0.0", "minimumCoreVersion": "0.6.6", - "compatibleCoreVersion": "0.8.9", + "compatibleCoreVersion": "9", "scripts": [], "esmodules": [], "styles": [], @@ -16,7 +16,7 @@ "packs": [ { "label": "UG Spells", - "entity": "Item", + "type": "Item", "name": "ug-spells", "path": "./packs/ug-spells.db", "system": "wfrp4e", @@ -25,7 +25,7 @@ }, { "label": "UG Waaagh Spells", - "entity": "Item", + "type": "Item", "name": "ug-waaagh-spells", "path": "./packs/ug-waaagh-spells.db", "system": "wfrp4e", @@ -34,7 +34,7 @@ }, { "label": "UG Careers/Talents/Traits", - "entity": "Item", + "type": "Item", "name": "ug-careerstalentstraits", "path": "./packs/ug-careerstalentstraits.db", "system": "wfrp4e", @@ -48,7 +48,7 @@ }, { "label": "UG Creatures", - "entity": "Actor", + "type": "Actor", "name": "ug-creatures", "path": "./packs/ug-creatures.db", "system": "wfrp4e",