Minecraft Blogs / Art

Modding for dummies

  • 1,501 views, 3 today
  • 4
  • 1
  • 6
simonbrad4d's Avatar simonbrad4d
Level 52 : Grandmaster Modder
38
Ever wanted to make mod?

Requirements for Mac:

1. A new minecraft folder
2. An installed MCP folder (Minecraft Coder Pack)
3. ModLoader installed on your minecraft.jar
4. A file Editing programme (Ex. EditRocket)
5. Terminal (To find terminal, go into applications/Utilities/terminal.

Requirements for PC:

1. A new minecraft folder
2. An Editing programme (Ex. Notepad++)
3. There will be more things you will need (see in tutorial)

Files:

These files you will need to make your mod IF you use ModLoader for your mods!
Just click on the link then copy paste the code into a new folder on your Editing programme.
Make sure you get all the code and nothing else! Don't forget the "{" at the bottom!
Remember these files depend on what mod your trying to make!

If you want to make a mob:

EntityMob
ModelMob
RenderMob
ModLoader Template

(Scroll down to see tutorial)

Any other ModLoder Mod:

Modloader Template

(Scroll down to see tutorial)

For the ModelMob, if you're having errors, Only put this in your modelMob:

package net.minecraft.src;
public class ModelJack extends ModelBiped
{
public ModelJack()
{
super(1, 0.0F);
}
}


And if your getting errors in your mod_Mob then change:

ModLoader.AddSpawn(EntityMob.class, 500, EnumCreatureType.creature);

To:

ModLoader.AddSpawn(EntityMob.class, 50, 10, 10, EnumCreatureType.creature);

If you don't understand any of this, watch the tutorial!

Modding:

Modding involves a lot of code and you will need patience to make a mod.
Here I will put the mods from Easiest to Hardest. Please, if you are a
beginner start with something easy! When i started modding I started with 1.

1. Make your own crafting recipe!
2. Make your own block!
3. Make your own Item!
4. Make your own tools!
5. Make your own ore!
6. Make your own armour!
7. Make your own Mob! (NPC = non player character)

Other tutorials:

How to install MCP mac!

How to install MCP PC!

Video Tutorials:

1. How to make a mob

2. How to make armour

3. How to make an Ore

4. How to make tools

5. How to make an Item

6. How to make a Block

7. How to make a crafting or furnace recipe

8. How to install MCP mac

9. How to install MCP PC

And...

10. How to reobfuscate/ share your mod with other people

Errors:

If you have any errors Please, Please, Please post a comment down below!
I will try all i can to fix them And/Or make sure you rote the code properly
because 1 and you could end up with 10 errors!
The tutorials are recorded in 720p (HD) so slide it up to 720 and put it in full screen
and BAM! You can see everything easily!

Please comment!

If you leave a comment it helps improve this blog so Please do!

By...

simonbrad4d

And

Henry

Please give a hure thank you to henry for making the tutorials!
Tags

Create an account or sign in to comment.

1
08/12/2014 10:36 am
Level 38 : Artisan Modder
Calm_Hawk
Calm_Hawk's Avatar
never use Notepad or any other software like that, that will take you hours unnecessarily, use a software called eclipse it takes three of the stuff that you need in 2 rows into 1 and does a lot of stuff for you please consider
1
12/30/2011 12:07 am
Level 35 : Artisan Explorer
Mix Mucho Loco
Mix Mucho Loco's Avatar
plz make videos tutorial on youtube
1
12/05/2011 11:27 am
Level 2 : Apprentice Pokemon
saintscod98
saintscod98's Avatar
put vids on youtube
1
12/01/2011 9:16 pm
Level 18 : Journeyman Skinner
boom1001000
boom1001000's Avatar
Link dosent work 4 websites
1
12/02/2011 3:19 pm
Level 25 : Expert Engineer
Hazzaa101
Hazzaa101's Avatar
:(
1
12/18/2011 2:38 am
Level 52 : Grandmaster Modder
simonbrad4d
simonbrad4d's Avatar
Oh, sorry guys, after i posted this i kinda forgot about it and the links don't so sorry.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome