Minecraft Blogs / Article

How to make a minecraft mod for 1.7.10 - Blog 1 - Setting up

  • 314 views, 1 today
  • 1
  • 0
Planetjoshua's Avatar Planetjoshua
Level 24 : Expert Architect
10
Hello everybody.

Today im going to show you how to make a minecraft mod for 1.7.10
We are first doing setting up and its very easy.

So before you do anything please install the Java JDK and path it to do it:
Install the JDK
Go to Your computer, Program Files, Java, Jdk folder, bin and copy directory
Go to your useraccounts and change Your Inviroment Vairables add a new one
and name it "Path" and the value the directory.

Now you have the JDK installed.

Now lets get the forge loaded to do that
Go to files.minecraftforge.net
Install the 1.7.10 Src
Then make a new folder on your desktop Name it whatever you want.
Then extract the src files into it.
Then right click on a section not on a file and click "new text document"
Make two of them on one of them you should type this:
@echo off
gradlew.bat setupDecompWorkspace --refresh-dependencies
Your second one should be like:
@echo off
gradlew.bat eclipse
Now make another text document. This will run the game with forge to test your mod. In here type:


@echo off
gradlew.bat runClient
Use all files on all documents
Your first one should be named: gradlew.bat setupDecompWorkspace --refresh-dependencies.bat NOTE:
If you do txt it will be saved as the file of it
with the second name it:
gradlew.bat eclipse.bat
and your third:
gradlew.bat runClient
Now run the setupDecompWorkspace, then the Eclipse.
While its building you can install eclipse from eclipse.org
NOTE: Java is at java.jdk and search for java jdk
get eclipse and extract the files in a folder.
Affter the builds are done. Please open eclipse




Direct it to your mod folder and in the eclipse.
Now you have everything setup you can now run your game
Open the gradlew.bat runClient

You have finished setting up congratualations!
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome