From a7e0b3e2bfbdefdd7eee4dc108e7e6e4fce5da33 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 30 Apr 2019 20:16:24 +0800 Subject: Fixed #76 --- src/main/resources/fabric.mod.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 26b041cc6..df2c2d1bb 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,14 +32,9 @@ }, "requires": { "fabricloader": ">=0.4.0", - "fabric-keybindings": ">=0.1.0", - "fabric-lib": ">=0.1.0", - "fabric-networking": ">=0.1.0", - "fabric-events-lifecycle": ">=0.1.0", "cloth": "*" }, "recommends": { - "fabric-resource-loader": ">=0.1.0", "cloth-config": ">=0.1.0" }, "mixins": [ -- cgit