Moved/Replaced Textures
This commit is contained in:
parent
8191e1eaaa
commit
60bcbd10ad
493 changed files with 22 additions and 20 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue