Blogs Tutorial

Minecraft Modding Tutorials!TUT 1 Setting up your mod(Windows)

  • 347 views 0 today
  • 1
  • 0
Gronky Kong
Lvl 4Apprentice Crafter
1
Hello Gronky Kong here! Today im going to teach you how to set up your mod in eclipse!

Step 1.Download eclipse at http://www.eclipse.org/downloads/

Step 2. Get MCP at http://mcp.ocean-labs.de/download.php

Step 3. Put MCP on your Desktop. Do the same with eclipse

Step 4. Extract the MCP folder and put that inside a folder and call the Folder Minecraft Modding

Step 5.Go into the folder and select the src folder then click the forge folder

Step 6.Run the install command file

Step 7. For Normal computers wait around 10 mins for Amazing computers around 5mins and for crap computers wait around 20 mins

Step 8.Once all done go into the MCP folder thats inside make sure there is a folder called eclipse inside of that.

Step 9. Open eclipse and in the Browse setting find the folder called eclipse inside the mcp folder click it and click OK

Step 10.Start

Step 11. (In Eclipse) Go into minecraft>SRC and create a package name it whatever you want and at the end do .common from there right click the package you just created and click create>Class and name it your mods name

Step 12.Inbetween package YourModName.common and public class YourModsname { add @Mod(modid = "Your Mods name", name = "Your Mods Name", version = "YourVersion")

Step 13. Save

Step 14. Run Minecraft through eclipse using the green play button in the top left hand corner

Step 15. If you have 4 mods loaded good job you did the tutorial correctly if not comment down below what happened ill give you personal instructions on what to do!

More like this

  Have something to say?

Welcome