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

@ -45,7 +45,7 @@ public class ItemAdvancedDrill extends ItemPickaxe implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "advancedDrill");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/advancedDrill");
}
@SuppressWarnings({"rawtypes", "unchecked"})

View file

@ -44,7 +44,7 @@ public class ItemOmniTool extends ItemPickaxe implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "omnitool");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/omnitool");
}
@SuppressWarnings({"rawtypes", "unchecked"})

View file

@ -39,7 +39,7 @@ public class ItemRockCutter extends ItemPickaxe implements IElectricItem{
@Override
public void registerIcons(IIconRegister iconRegister)
{
this.itemIcon = iconRegister.registerIcon("techreborn:" + "rockcutter");
this.itemIcon = iconRegister.registerIcon("techreborn:" + "tool/rockcutter");
}
@SuppressWarnings({"rawtypes", "unchecked"})