Paper/build.sh
Byteflux c86923f08f Add submodules and build scripts
These will be made default in 1.9, dropping PaperTools support
2016-01-26 00:00:25 -06:00

4 lines
131 B
Bash
Executable File

#!/bin/bash
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./newApplyPatches.sh && mvn clean install