2024-05-10 18:05:41 +02:00
|
|
|
#!/usr/bin/env bash
|
2024-05-18 19:50:26 +02:00
|
|
|
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/servers.dat .minecraft/schematics .minecraft/screenshots .minecraft/*.log .minecraft/usercache.json
|
2024-05-10 18:05:41 +02:00
|
|
|
echo done.
|
|
|
|
sleep 1
|
|
|
|
mv .minecraft/mods/waygl-1.1.1+1.20.jar .minecraft/mods/waygl-1.1.1+1.20.jar.disabled
|
2024-05-18 19:50:26 +02:00
|
|
|
cp -r .minecraft/serv.dat .minecraft/servers.dat
|
|
|
|
rm -rf .minecraft/serv.dat
|
2024-05-10 18:05:41 +02:00
|
|
|
echo ready to push!
|