Add submodules and build scripts

These will be made default in 1.9, dropping PaperTools support
This commit is contained in:
Byteflux
2015-12-29 20:40:32 -08:00
parent d3c1706337
commit 4431926268
11 changed files with 225 additions and 0 deletions

3
build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./newApplyPatches.sh && mvn clean install