clj-minecraft
clj-minecraft copied to clipboard
Update bukkit api in makefile
This really shouldn't be hardcoded, what are the thoughts on trying to figure it out automatically somehow? bukkit-*-SNAPSHOT.jar or such, especially on compile.
Not sure if we should auto-compile the bukkit.jar at all really, instead just tell user to drop a bukkit.jar in resources directory, and point them at the build instructions?
I needed a fix like this too (thanks for posting), but the version was different (now 1.8.8), so I agree that it should not be hardcoded. I don't have a solution, though ...
@patrickmcelwee My project fork resolves the issue somewhat. https://github.com/SevereOverfl0w/bukkure Although it's 1.8.7 still, I haven't kept on top very well.