More rituals
More rituals Comment out unimplemented portion some thing useful Renamed to something more useful
This commit is contained in:
parent
9950b32d53
commit
203a48d526
14 changed files with 886 additions and 27 deletions
|
@ -71,6 +71,10 @@ public class ItemBoundTool extends ItemBindable
|
|||
EntityPlayer player = (EntityPlayer) entityIn;
|
||||
setHeldDownCount(stack, Math.min(player.getItemInUseDuration(), chargeTime));
|
||||
}
|
||||
// else if (!isSelected)
|
||||
// {
|
||||
// //TODO Make it so that if you scroll of while charging, does not show the charge bar
|
||||
// }
|
||||
}
|
||||
|
||||
protected int getHeldDownCount(ItemStack stack)
|
||||
|
@ -200,7 +204,6 @@ public class ItemBoundTool extends ItemBindable
|
|||
@SideOnly(Side.CLIENT)
|
||||
public void addInformation(ItemStack stack, EntityPlayer player, List<String> tooltip, boolean advanced)
|
||||
{
|
||||
|
||||
if (StatCollector.canTranslate(tooltipBase + "desc"))
|
||||
tooltip.add(TextHelper.localizeEffect(tooltipBase + "desc"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue