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

@ -33,7 +33,7 @@ public class ItemLapotronPack extends ItemArmor implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "lapotronpack");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/lapotronicEnergyOrb");
}
@Override

View file

@ -33,7 +33,7 @@ public class ItemLithiumBatpack extends ItemArmor implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "lithiumbatpack");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/lithiumBatpack");
}
@Override