Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.08 KB

DEV_SETUP.md

File metadata and controls

29 lines (21 loc) · 1.08 KB

Setting up the development environment

1. Get Intellij IDEA

Download it here *set your theme to dark because white themes are for losers

2. Get MinecraftForge

Download here, 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

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!