I keep trying to find the answer in the meanwhile but i just wanted to know if its that its a known bug or that it is fixed in the next update. and how can i easily update?
My armor and tools show up in creative and in crafting recipes as a default images. i used a sepperate immage file for my blocks and 1 for all of my items, the normal items like gems and stuff like that show up normally but my armor and tools show up as the deffault picture corresponding to the index that i gave them (according to my file), for example i gave my BronzeSword the
static EnumToolMaterial toolBRONZE = EnumHelper.addToolMaterial("BRONZE",2, 180, 5.8F, 2, 12);
public static final Item BronzeSword = (new ItemPickaxe(1052,toolBRONZE).setIconIndex(119).setItemName("BronzeSword"));
and it shows up as an empty sprite... (probably because in default terrain.png index 119 isnt anything)