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
@@ -14,8 +14,8 @@
"omega-config.mixins.json" "omega-config.mixins.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.11.2", "fabricloader": "*",
"fabric": "*", "fabric": "*",
"minecraft": "1.16.5" "minecraft": "*"
} }
} }
@@ -14,8 +14,8 @@
"omega-config-gui.mixins.json" "omega-config-gui.mixins.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.11.2", "fabricloader": "*",
"fabric": "*", "fabric": "*",
"minecraft": "1.16.5" "minecraft": "*"
} }
} }
+2 -2
View File
@@ -19,8 +19,8 @@
] ]
}, },
"depends": { "depends": {
"fabricloader": ">=0.11.2", "fabricloader": "*",
"fabric": "*", "fabric": "*",
"minecraft": "1.16.5" "minecraft": "*"
} }
} }