The Meaning of Life, the Universe, and Everything.
Join Date:
11/6/2011
Posts:
343
Minecraft:
GlorifiedPig
Member Details
Since all the modders aren't updating there mods lately, because of the code change. And the missing textures, heres how to fix that!
In ItemMyItem or BlockMyBlock put in the code
public void registerIcons(IconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("myTexture");
}
And then head to jars > versions > 1.6.1 > and open 1.6.1.jar with WinRAR / 7zip
Open assets, go to textures, items, and then put in the myTexture.png texture and your texture will display!
In ItemMyItem or BlockMyBlock put in the code
public void registerIcons(IconRegister iconRegister) { this.itemIcon = iconRegister.registerIcon("myTexture"); }And then head to jars > versions > 1.6.1 > and open 1.6.1.jar with WinRAR / 7zip
Open assets, go to textures, items, and then put in the myTexture.png texture and your texture will display!
Thanks for visiting!