Skip to content

Commit 1892d1c

Browse files
Modded over vanilla
1 parent e5ac277 commit 1892d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/shedaniel/cimtb/CimtbWailaPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void appendBody(ITooltip tooltipTexts, IBlockAccessor accessor, IPluginCo
4949
tooltipTexts.addLine(new TranslatableComponent("cimtb.harvestable.symbol." + harvestable).append(new TranslatableComponent("cimtb.harvestable").withStyle(ChatFormatting.GRAY)));
5050
tooltipTexts.addLine(new TranslatableComponent("cimtb.effective_tool").withStyle(ChatFormatting.GRAY).append(handler.getToolDisplay()));
5151

52-
if (level >= 0 && handler.toolType() == "pickaxes") {
52+
if (level >= 0 && handler.toolType() != "shears" || level > 1) {
5353
int[] textColor = {11184810};
5454
String text = level + "";
5555
if (I18n.exists("cimtb.harvest_level.level." + text)) {

0 commit comments

Comments
 (0)