wildcard deps for loader and mc versions

This commit is contained in:
Draylar
2021-03-13 16:19:06 -06:00
parent 3b0aec9ab5
commit a2611a3302
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
]
},
"depends": {
"fabricloader": ">=0.11.2",
"fabricloader": "*",
"fabric": "*",
"minecraft": "1.16.5"
"minecraft": "*"
}
}