SMP-MODPACK/build.sh

7 lines
456 B
Bash
Raw Normal View History

#!/usr/bin/env bash
rm -rf .minecraft/.bobby .minecraft/.cache .minecraft/.physics_mod_cache .minecraft/backups .minecraft/controlify-natives .minecraft/crash-reports .minecraft/fancymenu_data .minecraft/logs .minecraft/notes .minecraft/saves .minecraft/schematics .minecraft/screenshots .minecraft/*.log .minecraft/usercache.json
echo done.
sleep 1
mv .minecraft/mods/waygl-1.1.1+1.20.jar .minecraft/mods/waygl-1.1.1+1.20.jar.disabled
echo ready to push!