summaryrefslogtreecommitdiff
path: root/compile_and_test
blob: bd29ba7d950533c7f373c4b5d0cbc766a1a476e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
rm /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-*.jar
rm /home/foghrye4/Games/Forge_server/mods/1.7.10/ihl-tools_n_machines-*.jar
./gradlew build
zip ./build/libs/modid-1.0.jar "ihl*/*" --copy --out "/home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar"
cd src/main/resources
zip -r /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar . -x *~
cd ../java
zip -r /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar ./assets/ -x *~
cp /home/foghrye4/.minecraft/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar /home/foghrye4/Games/Forge_server/mods/1.7.10/ihl-tools_n_machines-0.$1-1.7.10.jar
java -jar /home/foghrye4/Games/Minecraft.jar
cd ../../..