Okay, I did that, eclipse added the override method, but it still refuses to show any tooltip.
@Override
public void addInformation(ItemStack stack, World player, List<String> tooltip, ITooltipFlag advanced) {
// TODO Auto-generated method stub
tooltip.add("test");
super.addInformation(stack, player, tooltip, advanced);
}
I am not sure what I'm doing wrong with that. I tried that but I get this error:
"The method addInformation(ItemStack, EntityPlayer, List<String>, boolean) of type SiliconBlock must override or implement a supertype method" so I don't know where else I am suppose to put it
ok, so
in this vid, he uses MCP and ModLoader, I want to use Forge, but I want to have the minecraft source files as if they were actually in my package, watch to see what I mean
I have done this, there are the decompiled files in a folder, but I want to open them in eclipse for like if I wanted to edit them
I found the folder, same as what I just said