From 0557b05b0efbbf9a44355ca41f123d3a87b9c889 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Thu, 15 Sep 2022 20:18:59 +0200 Subject: [PATCH] Fix v9/v10 --- module.json | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/module.json b/module.json index 8ce12d5..6358850 100644 --- a/module.json +++ b/module.json @@ -1,33 +1,31 @@ { - "name": "wfrp4e-pbth-maps", "id": "wfrp4e-pbth-maps", "title": "WFRP4E - Fan-made maps for Power Behind The Throne", "description": "Module for maps for PBTH (aka chapter 3 of the Imperial Campaign)", - "version": "6.0.0", - "minimumCoreVersion" : "0.8.9", + "version": "6.0.1", + "minimumCoreVersion" : "0.8.0", "compatibleCoreVersion": "9", "compatibility": { "minimum": "8", "verified": "10.285" }, - "author": "LeRatierBretonnien", - "dependencies": [ - ], - "esmodules": [ - ], - "scripts": [ ], - "styles": [], - "packs": [ + "packs": [ { "label": "PBtH - Buildings and Maps", "type": "Scene", "name": "pbth-maps", - "path": "./packs/pbth-maps.db", - "package": "wfrp4e-pbth-maps" + "path": "packs/pbth-maps.db", + "private": false, + "flags": {} } ], - "languages": [], "url": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps", - "manifest": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/raw/master/module.json", - "download": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/archive/wfrp4e-maps-pbth-6.0.0.zip" -} + "manifest": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/raw/master/module.json", + "download": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/archive/wfrp4e-maps-pbth-6.0.0.zip", + "authors": [ + { + "name": "LeRatierBretonnien", + "flags": {} + } + ] +} \ No newline at end of file