diff options
author | asie <kontakt@asie.pl> | 2019-05-27 22:04:51 +0200 |
---|---|---|
committer | asie <kontakt@asie.pl> | 2019-05-27 22:04:51 +0200 |
commit | 78fb3e428814715d621551ef66e3f81627767491 (patch) | |
tree | 6c3915170a0543509a3eaee716faafba7d79f10d | |
parent | 2e1903f7d2e9ab436af0363c172085cb57906291 (diff) |
fix requires -> depends in mod JSON
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": "*" }, |