Fix fabric dependency declaration (fixes #187)

This commit is contained in:
Jonas Herzig
2020-05-23 13:53:27 +02:00
parent 154952a8ac
commit a23f18d92e

View File

@@ -34,9 +34,9 @@
"mixins.nonmmlauncher.replaymod.json" "mixins.nonmmlauncher.replaymod.json"
], ],
"requires": { "depends": {
"fabricloader": ">=0.4.0", "fabricloader": ">=0.7.0",
"fabric": ">=0.2.0" "fabric": ">=0.4.3"
}, },
"custom": { "custom": {