Moved/Replaced Textures

This commit is contained in:
Gig 2015-04-14 16:21:23 +01:00
parent 8191e1eaaa
commit 60bcbd10ad
493 changed files with 22 additions and 20 deletions

View file

@ -35,7 +35,7 @@ public class ItemIngots extends Item{
for (int i = 0; i < types.length; ++i)
{
textures[i] = iconRegister.registerIcon("techreborn:" + "ingot"+types[i]);
textures[i] = iconRegister.registerIcon("techreborn:" + "ingot/" +types[i]+ "Ingot");
}
}