Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 6, 2017
0 parents commit 734b7a8
Show file tree
Hide file tree
Showing 144 changed files with 31,829 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
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!
Loading

0 comments on commit 734b7a8

Please sign in to comment.