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
- In IntelliJ, select File > Open.
- Select the
build.gradle
file and select OK.
- In IntelliJ, select Run > Edit Configurations.
- Create a new configuration of type
Gradle
- Choose
minecraft-roguelike
for the project and enterrunClient
for the task. - Do the same for the server, create a new configuration of type
Gradle
with the same project and withrunServer
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