diff --git a/src/main/java/me/shedaniel/cimtb/CimtbWailaPlugin.java b/src/main/java/me/shedaniel/cimtb/CimtbWailaPlugin.java index a1e3151..c5e6bcc 100644 --- a/src/main/java/me/shedaniel/cimtb/CimtbWailaPlugin.java +++ b/src/main/java/me/shedaniel/cimtb/CimtbWailaPlugin.java @@ -49,7 +49,7 @@ public void appendBody(ITooltip tooltipTexts, IBlockAccessor accessor, IPluginCo tooltipTexts.addLine(new TranslatableComponent("cimtb.harvestable.symbol." + harvestable).append(new TranslatableComponent("cimtb.harvestable").withStyle(ChatFormatting.GRAY))); tooltipTexts.addLine(new TranslatableComponent("cimtb.effective_tool").withStyle(ChatFormatting.GRAY).append(handler.getToolDisplay())); - if (level >= 0 && handler.toolType() == "pickaxes") { + if (level >= 0 && handler.toolType() != "shears" || level > 1) { int[] textColor = {11184810}; String text = level + ""; if (I18n.exists("cimtb.harvest_level.level." + text)) {