Don't display "show recipes" on progress gauge because mouse cursor already tells that
This commit is contained in:
parent
0e60e84eb3
commit
0b464c3a0b
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user