Skip to content

Commit

Permalink
restore tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike committed Jul 19, 2024
1 parent 3e274ab commit 207e4be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void registerIcons(IIconRegister ir) {
public void addInformation(ItemStack item, EntityPlayer player, List<String> tooltip, boolean wut) {

int meta = item.getItemDamage();
if (meta != 0 && meta < 8) {
if (meta != 0 && meta < 9) {
tooltip.add(
EnumChatFormatting.DARK_GRAY + ""
+ EnumChatFormatting.ITALIC
Expand Down

0 comments on commit 207e4be

Please sign in to comment.