Open jgordijo opened 3 months ago
Foundry v12 is showing a warning for gridDistance and gridUnits.
gridDistance
gridUnits
Seems like the change is on system.json:
system.json
from:
{ "gridDistance": 1, "gridUnits: "meters" }
to:
"grid": { "distance": 1, "units": "m" }
this is a known issue. I'll address this when I do a v12+ only release in future, right now this is only a warning and won't break until v14 :)
Foundry v12 is showing a warning for
gridDistance
andgridUnits
.Seems like the change is on
system.json
:from:
to: