From 6d26c4a05ba58f4824f3e1cd7db8fcd4e8102bd9 Mon Sep 17 00:00:00 2001 From: Tom Rodriguez Date: Mon, 23 Nov 2020 11:33:17 -0800 Subject: [PATCH] Convert pack type from Actor to Item --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index b55dfcb..3c006eb 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "hm3-misc", "title": "Harn Miscellaney", "description": "A miscellaneous collection of fan-created content for the HarnMaster 3 system for FoundryVTT, mostly from Lythia.com.", - "version": "0.1.0", + "version": "0.1.1", "minimumCoreVersion": "0.6.5", "compatibleCoreVersion": "0.7.7", "author": "toastygm", @@ -11,10 +11,10 @@ "name": "sw-armor.db", "label": "SW - Armor", "path": "packs/sw-armor.db", - "entity": "Actor" + "entity": "Item" } ], "url": "https://github.com/toastygm/hm3-misc/", "manifest": "https://raw.githubusercontent.com/toastygm/hm3-misc/master/module.json", - "download": "https://github.com/toastygm/hm3-misc/archive/v0.1.0.zip" + "download": "https://github.com/toastygm/hm3-misc/archive/v0.1.1.zip" }