diff --git a/src/main/java/me/shedaniel/cimtb/CimtbWailaPlugin.java b/src/main/java/me/shedaniel/cimtb/CimtbWailaPlugin.java index 3bdca59..b6ec3e1 100644 --- a/src/main/java/me/shedaniel/cimtb/CimtbWailaPlugin.java +++ b/src/main/java/me/shedaniel/cimtb/CimtbWailaPlugin.java @@ -46,7 +46,7 @@ public void appendBody(ITooltip tooltipTexts, IBlockAccessor accessor, IPluginCo int level = entry.getRight(); boolean harvestable = !state.requiresCorrectToolForDrops() || (!stack.isEmpty() && Cimtb.isEffective(stack, state)); - tooltipTexts.addLine(new TranslatableComponent("cimtb.harvestable").withStyle(ChatFormatting.GRAY)).append(new TranslatableComponent("cimtb.harvestable.symbol." + harvestable)); + tooltipTexts.addLine(new TranslatableComponent("cimtb.harvestable").withStyle(ChatFormatting.GRAY).append(new TranslatableComponent("cimtb.harvestable.symbol." + harvestable))); tooltipTexts.addLine(new TranslatableComponent("cimtb.effective_tool").withStyle(ChatFormatting.GRAY).append(handler.getToolDisplay())); if (level >= 0 && handler.toolType() != "shears" || level > 1) {