the_big_one/installmod.sh
Jkibbels 30ec133358
Some checks failed
build / build (21) (push) Has been cancelled
last minute pre-ship stuff
2024-11-29 04:00:14 -05:00

6 lines
226 B
Bash
Executable File

#!/bin/bash
rm ~/.minecraft/mods/keeblarcraft* # What else could be named this? Really now?
cp build/libs/keeblarcraft-0.0.1.jar ~/.minecraft/mods
cp build/libs/keeblarcraft-0.0.1.jar run/mods
echo Moved minecraft to mods dir