From c85c07042785b7f87ed68993109e8954e8f225ed Mon Sep 17 00:00:00 2001 From: PotatoPresident Date: Tue, 8 Jun 2021 07:45:48 -0700 Subject: [PATCH] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c31f473..875a085 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,10 +31,9 @@ ] }, "depends": { - "fabric-key-binding-api-v1": "*", - "fabric-lifecycle-events-v1": "*", + "fabric": "*", "fabricloader": ">=0.7.2", - "minecraft":">=1.16.5" + "minecraft":"1.17.x" }, "mixins": [ "petowner.mixins.json"