Skip to content

Instantly share code, notes, and snippets.

@LiuJiewenTT
Created June 11, 2025 01:29
Show Gist options
  • Select an option

  • Save LiuJiewenTT/c069785c0aacceee92ee3d85f58d337f to your computer and use it in GitHub Desktop.

Select an option

Save LiuJiewenTT/c069785c0aacceee92ee3d85f58d337f to your computer and use it in GitHub Desktop.
Help rename the texture pack with minecraft version, upscaled by BalintCsala's script named as "resizer.jar", demanded by weed-eater texture pack.
@set /p version_name=Please enter version name:
@echo Version Name: %version_name%
@choice /M "Confirm"
@if ERRORLEVEL 2 (
goto :eof
) else if ERRORLEVEL 1 (
echo Confirmed. Renaming...
ren "pack.zip" "vanilla_upscaled_pack-%version_name%.zip"
)
@pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment