From 78fb3e428814715d621551ef66e3f81627767491 Mon Sep 17 00:00:00 2001 From: asie Date: Mon, 27 May 2019 22:04:51 +0200 Subject: [PATCH] fix requires -> depends in mod JSON --- 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 26ac594..f37c644 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ "modid.mixins.json" ], - "requires": { + "depends": { "fabricloader": ">=0.4.0", "fabric": "*" },