From 1190ca8b40d8ac0b7051e3e9c93dc9cf89f7f261 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Tue, 23 Apr 2019 15:43:50 -0300 Subject: [PATCH] Require Fabric api --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ef0e428..81266d7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,10 +21,10 @@ ] }, "requires": { - "fabricloader": ">=0.4.0" + "fabricloader": ">=0.4.0", + "fabric": "*" }, "recommended": { - "fabric": "*", "clientcommands": "*" }, "mixins": [