From 2e06b7076121af82a83a6c79a11c9efaee1ab66d Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sun, 29 Mar 2026 16:50:29 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20deprecation=20:=20ItemSheet=20=E2=86=92?= =?UTF-8?q?=20foundry.appv1.sheets.ItemSheet=20(v13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- fvtt-celestopol.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fvtt-celestopol.mjs b/fvtt-celestopol.mjs index b0645c8..1e136af 100644 --- a/fvtt-celestopol.mjs +++ b/fvtt-celestopol.mjs @@ -74,7 +74,7 @@ Hooks.once("init", () => { label: "CELESTOPOL.Sheet.npc", }) - foundry.documents.collections.Items.unregisterSheet("core", ItemSheet) + foundry.documents.collections.Items.unregisterSheet("core", foundry.appv1.sheets.ItemSheet) foundry.documents.collections.Items.registerSheet(SYSTEM_ID, CelestopolAnomalySheet, { types: ["anomaly"], makeDefault: true,