Added bucket textures to items

This commit is contained in:
Gig 2015-05-15 17:05:18 +01:00
parent 2b652f0502
commit fc11db09cc
39 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@ public class ItemFluidbucket extends ItemBucket{
@SideOnly(Side.CLIENT)
public void registerIcons(IIconRegister par1IconRegister)
{
this.itemIcon = par1IconRegister.registerIcon("techreborn:" + iconName);
this.itemIcon = par1IconRegister.registerIcon("techreborn:bucket/" + iconName);
}
}