Guys its not what folders i have or in what order its this.
}
public void updateIcons(IconRegister iconRegister)
{
itemIcon = iconRegister.registerIcon("jerrymod:Olive");
}
}
Is this what you guys are using for your texture registering?
Also this isnt in mcp i have already compiled it.
He's trying to put them in the zip file to distribute.
Yea that is for mcp i have already compiled it.
this is what i have to find the texture
}
public void updateIcons(IconRegister iconRegister)
{
itemIcon = iconRegister.registerIcon("jerrymod:SlimeTamer");
}
}