Blue Power is a collaborative effort to revive some of the things that are missing from previous versions of modded Minecraft.
-
Clone into an empty directory using your git client of choice.
-
Open a command line and type the following:
gradlew setupDecompWorkspace
thengradlew eclipse
orgradlew idea
-
Open the directory in your IDE of choice
-
After making code changes you can build with
gradlew build
-
The output jar will be in builds/lib
Contributions and bug fixes are welcome. If you plan to add any features check with the team before starting as there may already be somebody working on it. PR's are not guaranteed to be accepted and should follow existing naming conventions etc. If in doubt join the irc channel #bluepower
on esper.net
When adding code. Please use proper javadoc and always include an @author tag.
When issuing a bug report. Please make sure to include the following info:
- What where you doing when you had the issue?
- What did you expect to happen?
- What happened instead?
- Crashlog
Please supply a crashlog using pastebin! do not paste a crashlog directly in the issue!
The project is in active development and may not always be stable!