From 2792e63e2291a3d62b6e24b5507a23071cd52721 Mon Sep 17 00:00:00 2001 From: Michael Green Date: Sun, 9 Mar 2025 22:20:31 +0100 Subject: [PATCH] Use new grid configuration syntax in system.json for v12 --- system.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index 736eaff..ab82a05 100644 --- a/system.json +++ b/system.json @@ -30,8 +30,10 @@ "minimum": "10", "verified": "11" }, - "gridDistance": 5, - "gridUnits": "ft", + "grid": { + "distance": 5, + "units": "ft" + }, "primaryTokenAttribute": "health", "secondaryTokenAttribute": "power", "manifest": "https://raw.githubusercontent.com/foundryvtt/worldbuilding/master/system.json",