Don't display "show recipes" on progress gauge because mouse cursor already tells that

This commit is contained in:
DBotThePony 2024-01-09 12:24:39 +07:00
parent 0e60e84eb3
commit 0b464c3a0b
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -54,11 +54,6 @@ open class ProgressGaugePanel<out S : Screen>(
)
}
if (recipeTypeSupplier != null) {
tooltip.add(TextComponent(""))
tooltip.add(TranslatableComponent("jei.tooltip.show.recipes").withStyle(ChatFormatting.GRAY))
}
return tooltip
}