Skip to content

DougHamil/Questlicious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Questlicious Mod Dev Setup

This guide assumes you have Minecraft and Eclipse installed already.

  1. Clone this repo into a new directory
git clone https://github.com/DougHamil/Questlicious.git
  1. Download the Lord of the Rings Minecraft Mod

  2. Move the LOTR minecraft mod jar file to the external directory and name it lotr.jar

  3. Do the one-time setup for forge mod development by going into your questlicious directory and executing:

./gradlew setupDecompWorkspace --refresh-dependencies

Once it is complete, run the following command to setup an Eclipse workspace for the project:

./gradlew eclipse
  1. Open up Eclipse and open up the questlicious directory as a workspace. To verify everything is set up correctly, press the run button in Eclipse and minecraft should start.

About

Minecraft mod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors