Added bucket textures to items
This commit is contained in:
parent
2b652f0502
commit
fc11db09cc
39 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue