Minecraft Blogs / Tutorial

[WIP] Modding Tutorial [Development Environment] [1.7.10] [Part 1]

  • 824 views, 2 today
  • 4
  • 1
  • 2
jtrent238's Avatar jtrent238
Level 67 : High Grandmaster Modder
101

THIS HAS MOVED to my website!!! Click Here To Go There!


Some of the Information below May be incorrect!!!

Setting up Minecraft Forge for Minecraft 1.7 requires you to do quite a lot of things. In the next few tutorials I will explain everything you will have to do.

Before you can start modding there are some programs you require to have on your pc. The first one is the Java SDK. Download the Java SDK over here.

Once you have that installed you need Eclipse , you can get from here, and it comes in download pack. extract all files to a folder like so:
Spoiler - click to reveal
[WIP] Modding Tutorial [Development Environment] [1.7.10] [Part 1]

Then you are going to want to run gradlew.bat, after that is done you are going to need to open a Command Prompt Window as Administrator, then enter the following command in:

cd [dir]

[dir] is the directory you extracted the files to:

[WIP] Modding Tutorial [Development Environment] [1.7.10] [Part 1]

[WIP] Modding Tutorial [Development Environment] [1.7.10] [Part 1]


Once it says something like: then you need to enter the next command

C:\Users\trent\GitHub\Tutorial-Mod>
then you need to enter the next command:

gradlew setDecompWorkspace
Spoiler - click to reveal

Wait for it to complete

To Be continued....
Tags

Create an account or sign in to comment.

1
07/20/2016 9:35 am
Level 8 : Apprentice Artist
ArtifactHunter
ArtifactHunter's Avatar
One: I have Linux, but I can adapt it because the command are EXTREMELY similar.
Two: Gradlew is the problem --_-- it doesn't like loading
1
08/12/2016 3:41 am
Level 48 : Master Nerd
that2guy
that2guy's Avatar
I use linux too.

gradlew setupDecompWorkspace should be ./gradlew setupDecompWorkspace (for linux)
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome