From 1b6da05a0caf7c82d6983e0a2d0aadf6c9b49d17 Mon Sep 17 00:00:00 2001 From: owensilj Date: Sun, 24 Jul 2022 01:12:36 -0500 Subject: [PATCH] Remove Fabric API requirement --- src/main/resources/fabric.mod.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a378273..b193d6e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,6 @@ "depends": { "fabricloader": ">=0.14.6", - "fabric": "*", "minecraft": "~1.19", "java": ">=17" },