From 47fa5591ae5e005862510fbf5c7d2fe9e1949a20 Mon Sep 17 00:00:00 2001 From: Mona Date: Sun, 1 Mar 2026 20:25:39 +0100 Subject: [PATCH] chore: change `fabric` to `fabric-api` --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3931a3c..18f7d0a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ }, "depends": { "fabricloader": ">=${loader_version}", - "fabric": "*", + "fabric-api": "*", "minecraft": ">=${minecraft_version}" } }