Before you give up, run through this:
for file in *.zip; do mv "$file" "$file%.zip.mcpack"; done
If you want, provide the ZIP’s file listing (paste the top-level filenames) and I can point out exactly what needs changing.
Before you give up, run through this:
for file in *.zip; do mv "$file" "$file%.zip.mcpack"; done
If you want, provide the ZIP’s file listing (paste the top-level filenames) and I can point out exactly what needs changing.