CraftBook 3

CraftBook 3

139k Downloads

Please document the build process for craftbook

davr opened this issue ยท 2 comments

commented

I'd like to help out by adding ICs or maybe other small enhancements. But I'm not sure on the build process -- I added the hey0 hmod & mc server JARs to the classpath, but then I get errors about missing WorldEdit classes. I then tried to compile WorldEdit...but I get errors about missing JNBT classes. I'm afraid every time I try to get a dependency it'll require more things down the line.

If you could document what is needed to compile, that would be great. (Providing an ant build.xml would be awesome, but I could create that if I knew what was needed)

commented

It ends at the JNBT library. You can just get WorldEdit pre-compiled and save some work: https://github.com/sk89q/worldedit/downloads

That's all you need though -- hMod, MC server, and WE (and jnbt.jar if you are compiling WE).

I've been planning to add some documentation about building but had not gotten to it. Same goes with a "public" Ant build file.

commented

Fixed in recently pulled branch.