This is Henry's tutorial on how to make a Minecraft mod that will allow you to add your own items into Minecraft. It also includes customizing the properties of your new item, so that it heals you (like food), takes health away (like poison), and is reusable.
**********LINKS**********
ModLoader Template: http://akahenry.com/?p=159
There are easier ways, this is a tutorial on how to make a mod but simply just adding a block, there are much easier ways that add a block without making a mod
freshicedcoke 6 hours ago
"I will make it give you 12 so you can see that it will go into 2 stacks"
[in game] *crafts Itemhenery-it goes into a stack of 12*
LOL
gimediamonds 1 week ago
plz can you make a 1.1 version of this
photoshopguy50 1 week ago
The first Line'public class mod_m extends BaseMod'
Always have va Error under mod_m And it always make modloader crash... Any help?
thecakeThief 2 weeks ago
@REG4FUN Nevermind because i already know how to know. But thanks anyway.
gidro1998 2 weeks ago
@gidro1998 the same thing just don't use the Mod Loader template instead use this:
package net.minecraft.src;
public class mod_ModNameHere extends BaseMod {
public mod_ModNameHere(){
} @Override public String getVersion() { return "1.1"; } @Override public void load() { }
}
REG4FUN 2 weeks ago
@TheDragonmi Come back when you know java please. Any good coder should know where to put ; instantly.
@Everyone else Stop spamming saying "It doesn't work :(" or "Help me!" or "Or does the work for Minecraft 1.1 / 1.0" Work it out for yourself. Stop using tutorials and learn java. You aren't learning what the code does.
@HenryTheCoder Very nice HQ tutorial, explain the code so skids can learn
TheJavaGuy1000 2 weeks ago
does this work for minecraft 1.1 as well? or not?
DJFromTheBlog 2 weeks ago
@KyleAVU is everything else the same?
kingofkings3651 2 weeks ago in playlist More videos from HenryTheCoder
How do i make food in 1.1
gidro1998 3 weeks ago