From d40163b4092a92735e5250d9739c61c04fa96b8f Mon Sep 17 00:00:00 2001 From: svitoos Date: Sat, 21 Sep 2019 20:43:21 +0300 Subject: [PATCH] Fix mod metadata --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a1fd56110..ac8e5d8bd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -17,7 +17,7 @@ "SquidDev", "parly" ], - "requires": { + "depends": { "fabricloader": ">=0.4.0", "fabric": "*" },