From d4c60609ca4809a9cdf22b139980ca8909272d16 Mon Sep 17 00:00:00 2001 From: FlorianMichael Date: Thu, 10 Oct 2024 13:03:11 +0200 Subject: [PATCH] Remove fabric-loader from dependencies list Let fabric api pick the correct version, we won't use unstable/beta features anyway --- 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 f962cdc46..e8ae99d13 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -47,7 +47,6 @@ ], "accessWidener": "viafabricplus.accesswidener", "depends": { - "fabricloader": ">=0.15.0", "fabric-resource-loader-v0": ">=0.11.14", "fabric-networking-api-v1": ">=3.1.1", "fabric-command-api-v2": ">=2.2.18",