Added support for downloading mods from Modrinth (#1577)

This commit is contained in:
Geoff Bourne
2022-06-27 09:08:21 -05:00
committed by GitHub
parent 8d7a5275a8
commit 7001f2bcba
10 changed files with 143 additions and 70 deletions

View File

@@ -212,11 +212,7 @@ function removeOldMods {
}
function get() {
local flags=()
if isTrue "${DEBUG_GET:-false}"; then
flags+=("--debug")
fi
mc-image-helper "${flags[@]}" get "$@"
mc-image-helper get "$@"
}
function get_silent() {