AlternativeMods / AlternativeEnergy

Universal Power Storage for Minecraft
7 stars 3 forks source link

Gradelize! #3

Closed jeffreykog closed 10 years ago

jeffreykog commented 10 years ago

Because everybody loves GMCP, and knows that this is the future of modding, i converted everything for you into a working GMCP setup.

Setting it up

To start using this, close your IDE, pull all those changes into your code, and run gradle setupDevWorkspace. This will download all the files needed for minecraft, and decompile it.

After that, you have to run gradle idea or gradle eclipse to create your workspace files. When that's done, open up IntelliJ and open the Power-Boxes.ipr file. This will load everything in your trusted environment. It should also have setup all the source folders for it (if it didn't, ask me on IRC). You will have to setup the launch configurations yourselves. (Protip: set the runtime folder for these to a special /runtime folder in your environment, and .gitignore it. That is much cleaner than let minecraft just drop all the files in your root folder, you will not be happy.

If you have any more questions, you can always find me on IRC. Cheers, jk-5

jeffreykog commented 10 years ago

My work is done here

jk-5-bot commented 10 years ago

Build result for c28a126a10069a27e89b5ed82bb23d05bc86062b: Success

jeffreykog commented 10 years ago

Note: The merge of this got reverted due to a weird GMCP bug that, as far as i know, only Lordmau5 affected. We will wait for a fix, or for 1.7 to visit this again