MCTowns

MCTowns

52.4k Downloads

Compiling help

hockeymikey opened this issue ยท 3 comments

commented

I am not able to compile a working build of MCTowns. It seems that EvenCore is not compiled into it as it gives an error in the console when it loads. The build loads fine on a server but it works like on the previous issue with 1.8 that I've reported.

Here's the jar I'm getting: https://drive.google.com/file/d/0BzK6iZiGfn0AT2dCOXBOSXZPaWs/view?usp=sharing

And the output: http://pastebin.com/FC7hfVJF

commented
mvn clean package -Pshaded
commented

Alternatively, you can get pre-built jars of the dev branch off my Jenkins server: http://jmhertlein.net:8080/

commented

Thanks worked out perfectly. I wanna do some tweaking with the code so that's why I wanna be able to compile it.