buildcraft/setup.sh
2012-05-09 22:43:05 +02:00

8 lines
204 B
Bash

if [ ! -f ../src_base ]; then
cp -r ../src ../src_base
#patch -p0 < minecraft.patch
cp -r ../src ../src_work
else
echo "patch already applied - remove src and src_base and decompile again"
fi