Dev Notes
This page is for info about the build environment configuration, specifically Gradle and Eclipse details.
There's documentation for how to clone to desktop here.
So far i've been using the git shell over https. so I type:
git clone
You'll wind up with a directory called "minecraft-roguelike" in your current working directory at this point.
Open a command window in the minecraft-roguelike directory
type gradlew setupDecompWorkspace eclipse
- Run eclipse, and switch to your workspace (the directory containing minecraft-roguelike)
- file -> import...
- general / existing projects into workspace
- browse to the minecraft-roguelike directory and hit OK
- Hit finish
You should now see minecraft-roguelike in your package explorer
- Run -> Run Configurations...
- Click minecraft-roguelike_Client
- Click "Run"
The "run" button will now do this by default.
Open a command window in minecraft-roguelike and type:
gradlew build
The mod jar file should be in build/libs
[TUTORIAL] Getting Started with ForgeGradle
Lex's Video regarding gradle