ayuncraft-1.5/epkcompiler
2022-04-09 13:42:31 -04:00
..
src added a build of CompilePackage to the repository as a jar and a simple readme.txt to go with it with instructions 2022-01-19 16:51:01 -08:00
.classpath uploaded source 2020-09-01 17:19:08 -07:00
.project uploaded source 2020-09-01 17:19:08 -07:00
CompilePackage.jar added a build of CompilePackage to the repository as a jar and a simple readme.txt to go with it with instructions 2022-01-19 16:51:01 -08:00
PackageCompiler.iml make beter 2022-01-16 20:12:02 -05:00
readme.txt 22w10a fixed skin issue, added 'run' command for mac, fixed bukkit server security issue 2022-03-09 18:59:46 -08:00
run_unix.sh 22w10a fixed skin issue, added 'run' command for mac, fixed bukkit server security issue 2022-03-09 18:59:46 -08:00
run.bat 22w10a fixed skin issue, added 'run' command for mac, fixed bukkit server security issue 2022-03-09 18:59:46 -08:00

TO QUICKLY MAKE RESOURCE PACK:
   1. make your changes to the files in '/lwjgl-rundir/resources'
   2. double click 'run.bat' on windows, or run './run_unix.sh' in terminal on mac
   3. copy 'assets.epk from '/javascript' to your web directory

To manually use the CompilePackage.jar on a custom directory, run the jar file like this:

java -jar CompilePackage.jar <source directory> <output file>

To recompile the assets.epk file found in /javascript, run:

java -jar CompilePackage.jar "../lwjgl-rundir/resources" "../javascript/assets.epk"