From 08c774e818d9a137e44086e9f237f370d3185d3e Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Sat, 6 May 2023 16:20:05 -0400 Subject: [PATCH] Fix Command API dependency --- fabric/src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 2b241674..0c33028e 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -31,10 +31,10 @@ "depends": { "fabric-lifecycle-events-v1": "*", "fabric-screen-api-v1": "*", - "fabric-command-api-v1": "*", + "fabric-command-api-v2": "*", "minecraft": ">=1.16.5" }, "breaks": { "dashloader": "*" } -} \ No newline at end of file +}