From 2c8a1f2cfd2a2b0ef1bd3472c58b4a330d3e119c Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Sun, 8 May 2022 22:21:13 -0700 Subject: [PATCH] Update converter.sh --- converter.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/converter.sh b/converter.sh index 2b6ca8e..d2cdecd 100644 --- a/converter.sh +++ b/converter.sh @@ -372,11 +372,7 @@ jq -nc ' # get the current default textures and merge them with our rp if [[ ${fallback_pack} != none ]] then - status_message process "Now downloading the fallback resource pack:" -fi - -if [[ ${fallback_pack} = null ]] -then + status_message process "Now downloading the fallback resource pack:" printf "\e[3m\e[37m" wget -nv --show-progress -O default_assets.zip https://github.com/InventivetalentDev/minecraft-assets/zipball/refs/tags/1.18.2 printf "${C_CLOSE}"