Fix fabric dependency declaration (fixes #187)
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
"mixins.nonmmlauncher.replaymod.json"
|
||||
],
|
||||
|
||||
"requires": {
|
||||
"fabricloader": ">=0.4.0",
|
||||
"fabric": ">=0.2.0"
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.0",
|
||||
"fabric": ">=0.4.3"
|
||||
},
|
||||
|
||||
"custom": {
|
||||
|
||||
Reference in New Issue
Block a user