Skip to content

Commit

Permalink
farming
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Dec 8, 2023
1 parent 507530f commit 5a7cecf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class MenuItemDisplayOverlayFarming : AbstractMenuStackSize() {
private val visitorMilestonePercentProgressLoreLinePattern = (("(§.)*Progress to Tier (?<tier>[\\w]+):.* (§.)*(?<percent>[0-9]+)(\\.[0-9]*)?(§.)?%").toPattern())

@SubscribeEvent
fun onRenderItemTip(event: RenderItemTipEvent) {
event.stackTip = getStackTip(event.stack)
override fun onRenderItemTip(event: RenderItemTipEvent) {
super.onRenderItemTip(event)
}

override fun getStackTip(item: ItemStack): String {
Expand Down

0 comments on commit 5a7cecf

Please sign in to comment.