https://github.com/doughamil/questlicious
Minecraft mod
https://github.com/doughamil/questlicious
Last synced: 9 months ago
JSON representation
Minecraft mod
- Host: GitHub
- URL: https://github.com/doughamil/questlicious
- Owner: DougHamil
- Created: 2014-05-30T02:01:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T01:50:07.000Z (about 12 years ago)
- Last Synced: 2025-03-29T06:12:22.597Z (about 1 year ago)
- Language: Java
- Size: 26.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
2. Download the [Lord of the Rings Minecraft Mod](http://adf.ly/2667786/lotr-beta-171)
3. Move the LOTR minecraft mod jar file to the _external_ directory and name it _lotr.jar_
4. 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
```
5. 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.