Added cloaking device {WIP}
This commit is contained in:
parent
8a4aea90aa
commit
4c2c69f84e
3 changed files with 67 additions and 3 deletions
|
@ -16,8 +16,6 @@ public class ItemTR extends Item {
|
|||
@Override
|
||||
public void registerIcons(IIconRegister iconRegister)
|
||||
{
|
||||
itemIcon = iconRegister.registerIcon(ModInfo.MOD_ID + ":"
|
||||
+ getUnlocalizedName().toLowerCase().substring(5));
|
||||
itemIcon = iconRegister.registerIcon(ModInfo.MOD_ID + ":" + getUnlocalizedName().toLowerCase().substring(5));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue