From 21a320cc58e058560cce8f18fef2e6466719cf3f Mon Sep 17 00:00:00 2001 From: David Tucker Date: Thu, 25 Jul 2024 15:24:09 -0500 Subject: [PATCH] Updated to remove deprecated structure in V12 --- system.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/system.json b/system.json index 930945c..2b5cf16 100644 --- a/system.json +++ b/system.json @@ -3,14 +3,12 @@ "id": "ironclaw2e", "title": "Ironclaw Second Edition", "description": "Ironclaw Second Edition system for FoundryVTT.", - "version": "0.8.0", + "version": "0.8.1", "minimumCoreVersion": "11", "compatibility": { - "minimum": "11.305", - "verified": 11, - "maximum": 11 + "minimum": "11", + "verified": "12.330" }, - "templateVersion": 32, "authors": [ { "name": "Hertzila", @@ -53,8 +51,10 @@ "path": "lang/en.json" } ], - "gridDistance": 1, - "gridUnits": "pc", + "grid": { + "distance": 1, + "units": "pc" + }, "primaryTokenAttribute": "null", "secondaryTokenAttribute": "null", "url": "https://github.com/Hertzila/Ironclaw2E-FoundryVTT-System",