Changed icon directory
This commit is contained in:
parent
fc7f25f699
commit
8b106ecbcd
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class ItemParts extends Item {
|
|||
|
||||
for (int i = 0; i < types.length; ++i)
|
||||
{
|
||||
textures[i] = iconRegister.registerIcon("techreborn:" + "part/"
|
||||
textures[i] = iconRegister.registerIcon("techreborn:" + "component/"
|
||||
+ types[i]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue