One minor message.
Make clear this step is needed for each world converted.
This commit is contained in:
parent
92396cf007
commit
3cfb62503d
@ -37,7 +37,7 @@ zenity --info --width=800 --title="Conversion in progress" --text="The conversio
|
||||
python3 mcimport.py "$IN" "${HOME}/.minetest/worlds/$OUT"
|
||||
|
||||
if [ $? == 0 ]; then
|
||||
if ! zenity --width=800 --question --title="Download required mods?" --text="The world was succesfully converted. Do you want me to download and install all the required mods now?"; then
|
||||
if ! zenity --width=800 --question --title="Download required mods?" --text="The world was succesfully converted. Do you want me to download and install all the required mods now? This should be done for each converted world."; then
|
||||
exit 0
|
||||
fi
|
||||
cd "${HOME}/.minetest/worlds/$OUT"
|
||||
|
Loading…
Reference in New Issue
Block a user