Add debug log for script deployment in load-script.sh
This commit adds a log message to indicate when and where the script file is being deployed. This improves clarity and helps with troubleshooting during resource pack generation.
This commit is contained in:
parent
04019b023d
commit
895f6c94b5
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ fi
|
||||||
# Instantiate template
|
# Instantiate template
|
||||||
map_file="${DIR}/templates/texture-pack/assets/minecraft/textures/map/map_background.png"
|
map_file="${DIR}/templates/texture-pack/assets/minecraft/textures/map/map_background.png"
|
||||||
rm ${map_file}
|
rm ${map_file}
|
||||||
|
echo "Deploying \"${script_file}\" to \"${map_file}\""
|
||||||
cp ${script_file} ${map_file}
|
cp ${script_file} ${map_file}
|
||||||
# Package resource pack
|
# Package resource pack
|
||||||
pushd "${DIR}/templates"
|
pushd "${DIR}/templates"
|
||||||
|
|
Loading…
Reference in a new issue