So i was watching a tutorial online and typing as i wathed and in the end ive got 2 errors whitle the guy on the vid got 0 errors.Ive checked every letter 10 times and still nothing...
package net.minecraft.src;
import java.util.Random;
public class mod_Box extends BaseMod
{
public mod_Box()
{
ModLoader.RegisterBlock(box);
ModLoader.AddName(box, "Box XD");
ModLoader.AddRecipe(new ItemStack(box, 4), new Object[] {
"XXX", "X X", "XX", Character.valueOf('X'), Item.paper
});
}
public static Block box;
static
{
box = new BlockBox(200, ModLoader.addOverride("/terrain.png", "/WOLF/Blocks/box.png")).setHardness(0.3F).setResistance(5.0F).setBlockName("box");
}
public String Version()
{
return "Box 1.0";
}
}
THe errors wore about basemod.load and basemod.getVersion Please help!
0
0
0
Done :biggrin.gif:
Preview:
Skin:
0
thanks for the tip
0
Skype Name:vukgrujic2000
What Timezone are you in? GTM+1
Age:11
Hours Available:Undecided
Previous work as a skin maker Making my own skins
Experience:good
Screenshots of your work (Skin Makers and Builders Only): too lazy to upload
Any other information you would like to share Dont think that i dont know anything just couse im 11
0
0
0
Form:
Name:
Desc:
Pic(if possible):
How much do you need it?:
Examples:
Dark Lord:
Mephiles:
Polar Bear:
Virtual Creeper:
My skin:
Tooniie's skin:
0
Yea he is
0
1
0
tnx and yes i have an idea,pretty much a white gray wolf whit blue eyes
0
0
Thanks :biggrin.gif:
0
THe errors wore about basemod.load and basemod.getVersion Please help!