From 249c24f06be471916988c7af3cc13b287fd6e31e Mon Sep 17 00:00:00 2001 From: NeeEoo Date: Sat, 1 Aug 2020 20:23:43 +0200 Subject: [PATCH] Change "requires" to "depends" --- 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 effbf1a..bd78c03 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,8 +20,8 @@ "contributors": [ "InsomniaKitten" ], - "requires": { + "depends": { "fabric": "*" }, "license": "MIT" -} \ No newline at end of file +}