From e83a8e52976c135f1e83c7c628f95ba510046a68 Mon Sep 17 00:00:00 2001 From: asie Date: Mon, 27 May 2019 22:04:51 +0200 Subject: fix requires -> depends in mod JSON --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') 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": "*" }, -- cgit v1.2.3