-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Sep 6, 2017
0 parents
commit 734b7a8
Showing
144 changed files
with
31,829 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Setting up the development environment | ||
|
||
|
||
## 1. Get Intellij IDEA | ||
Download it [here](https://www.jetbrains.com/idea/specials/idea/idea.html?&gclid=CjwKEAjwydK_BRDK34GenvLB61YSJACZ8da3DYKMBBJKwurnBjpJjU_oTfSrQp7vRMZi97t2dUEDjhoCQSfw_wcB&gclsrc=aw.ds.ds&dclid=CN6cteOtxM8CFUYFDAodlPQLdQ) | ||
*set your theme to dark because white themes are for losers | ||
|
||
## 2. Get MinecraftForge | ||
Download [here](https://files.minecraftforge.net/), get the MDK version (1.10.2 - 12.18.1.2011) for minecraft 1.10 | ||
This is the version under "Download recomended" as of the writing of this file. | ||
Extract it in the folder where you want the project to be located | ||
|
||
## 3. Follow the video | ||
this [video](https://www.youtube.com/watch?v=PfmlNiHonV0) | ||
|
||
## 4. Open a terminal window with Git installed | ||
navigate to the folder in which you extracted the MDK | ||
|
||
## 5. set up Git | ||
Run these commands: | ||
``` | ||
$ git init | ||
$ git remote add origin https://github.com/itsFrank/MinecraftHDL.git | ||
$ git pull origin master | ||
``` | ||
|
||
**Delete the package 'com.example.examplemod' and all its contents | ||
|
||
## 6. Branch out from master and have fun! |
Oops, something went wrong.