9
0
mirror of https://github.com/Kas-tle/java2bedrock.sh.git synced 2025-12-29 11:29:07 +00:00

Update converter.sh

This commit is contained in:
Kas-tle
2022-05-08 22:21:13 -07:00
committed by GitHub
parent 1f6edfb02e
commit 2c8a1f2cfd

View File

@@ -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}"