Skip to content

fnar/minecraft-roguelike

 
 

Repository files navigation

Roguelike Dungeons: Fnar Edition

CurseForge Downloads CurseForge Versions
Support me on Patreon

This is a mod for minecraft that adds randomly generated dungeon complexes. This version is a fork of Greymerk's masterpeice.

Clone to desktop

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

Gradle setup

Open a command window in the minecraft-roguelike directory

type gradlew setupDecompWorkspace type gradlew setupDevWorkspace

Run MineCraft with the Mod

type gradlew runClient

or

type gradlew runServer

Import project

  1. In IntelliJ, select File > Open.
  2. Select the build.gradle file and select OK.

Run Configurations

  1. In IntelliJ, select Run > Edit Configurations.
  2. Create a new configuration of type Gradle
  3. Choose minecraft-roguelike for the project and enter runClient for the task.
  4. Do the same for the server, create a new configuration of type Gradle with the same project and with runServer as the task.

Build

Open a command window in minecraft-roguelike and type:

gradlew build

The mod jar file should be in build/libs

External Links

[TUTORIAL] Getting Started with ForgeGradle

Lex's Video regarding gradle

About

This is a mod for minecraft that adds randomly generated dungeon complexes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%