Fixed typo in it
stff is now staff
but i get new errors they are
src\minecraft\net\minecraft\src\ItemEmeraldStaff.java:12: cannot find symbol
symbol : class Entityplayer
location: class net.minecraft.src.ItemEmeraldStaff
public ItemStack onItemRightclick(ItemStack itemstack, World world, Entityplayer
entityplayer){
^
src\minecraft\net\minecraft\src\ItemEmeraldStaff.java:19: cannot find symbol
symbol : variable Modloader
location: class net.minecraft.src.ItemEmeraldStaff
Minecraft mc = Modloader.getMinecraftInstance();