From 8ef4e5513eb52c248d57133d41206c83af2bfa71 Mon Sep 17 00:00:00 2001 From: celeste Date: Fri, 5 Jan 2024 15:51:08 -0700 Subject: [PATCH] revert back to requiring individual fabric api modules i forgot that you cant launch a dev env with a setup like this while also having a requirement on the full fat fabric-api. oops. --- src/main/resources/fabric.mod.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 51489e9..9bfc170 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,9 +19,10 @@ "mixins": ["toggle-toggle-sprint.mixins.json"], "depends": { "fabricloader": ">=0.15", - "fabric-api": "*", "minecraft": ">=1.20.1", - "java": ">=17" + "java": ">=17", + "fabric-key-binding-api-v1": "*", + "fabric-lifecycle-events-v1": "*" }, "recommends": { "yet_another_config_lib_v3": "*",