Hi!
I am coding a mod that includes a flamethrower. I have the following code for getting the image:
itemIcon = iconRegister.registerIcon("TrenchCraft:flamethrower");
But when I run Minecraft, the image is not located by the TextureManager, but at mods\TrenchCraft\textures\items there is a file called flamethrower.png. Any help?
Here is a picture of my mods\TrenchCraft\textures\items folder:
[/img]
Thanks in advance!