Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.27 KB

BluePower

Blue Power is a collaborative effort to revive some of the things that are missing from previous versions of modded Minecraft.

Installing

  1. Clone into an empty directory using your git client of choice.

  2. Open a command line and type the following: gradlew setupDecompWorkspace then gradlew eclipse or gradlew idea

  3. Open the directory in your IDE of choice

  4. After making code changes you can build with gradlew build

  5. The output jar will be in builds/lib

Contributions

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.

Bug reports

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!

Note

The project is in active development and may not always be stable!