I did everything the tutorial said but im getting these errors:
== ERRORS FOUND ==
src\minecraft\net\minecraft\src\mod_Sessomaru.java:21: cannot find symbol
symbol : class RenderSessomaru
location: class net.minecraft.src.mod_Sessomaru
map.put(EntitySessomaru.class, new RenderSessomaru(new ModelSessomaru(), 0.5F));
// this one just assign the mob to your game and make it readable, just like Re
nderManager , the 0.5f is the shadow size of the mob you can make it bigger like
0.8f or smaller like 0.2f
^
src\minecraft\net\minecraft\src\mod_Sessomaru.java:21: cannot find symbol
symbol : class ModelSessomaru
location: class net.minecraft.src.mod_Sessomaru
map.put(EntitySessomaru.class, new RenderSessomaru(new ModelSessomaru(), 0.5F));
// this one just assign the mob to your game and make it readable, just like Re
nderManager , the 0.5f is the shadow size of the mob you can make it bigger like
0.8f or smaller like 0.2f
^
2 errors
And heres my code:
package net.minecraft.src;
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) braces deadcode
import java.util.*;
import java.util.Map;
public class mod_Sessomaru extends BaseMod
{
public mod_Sessomaru()
{
ModLoader.RegisterEntityID(EntitySessomaru.class, "Sessomaru", ModLoader.getUniqueEntityId()); // without this code , your mob wont spawn !
ModLoader.AddSpawn(EntitySessomaru.class, 3, EnumCreatureType.creature); // this is the spawn rate for exmaple if you put 3 the mobs is very rare to spawn,The EnumCreatureType is what type of mob it is , mobs that you want to spawn in water are "waterCreature", enemies are "monster", and animals are "creature".
}
// RENDERERS
public void AddRenderer(Map map)
{
map.put(EntitySessomaru.class, new RenderSessomaru(new ModelSessomaru(), 0.5F)); // this one just assign the mob to your game and make it readable, just like RenderManager , the 0.5f is the shadow size of the mob you can make it bigger like 0.8f or smaller like 0.2f
}
public String Version()
{
return "| [1.7.3] Begginers Mob Making Tutorial 2 The Modloader Way!"; // Put here anything you like after that it will show up in the modloader logs.
}
}
0
0
0
And heres my code:
0
0
btw anyone can just come on i removed the whitelist
0
no ones been on for about a week but hopefully we will be back on soon
0
0
0
0
0
yes
0
It is a post that puts the topic back up to the first page of topics
0
0
0
Wow,you can be in charge of the underground city 0.0