This is a mod for minecraft that adds randomly generated dungeon complexes. This version is a fork of Greymerk's masterpeice.
There's documentation for how to clone to desktop here:
https://help.github.com/articles/set-up-git
Clone the repository using
git clone https://github.com/greymerk/minecraft-roguelike
Open a command window in the minecraft-roguelike directory
type gradlew setupDecompWorkspace
type gradlew setupDevWorkspace
type gradlew runClient
or
type gradlew runServer
build.gradle
file and select OK.Gradle
minecraft-roguelike
for the project and enter runClient
for the task.Gradle
with the same project and with runServer
as the task.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