Skip to content

Commit

Permalink
oh god i just realized this is gonna make no sense in the cherrypicke…
Browse files Browse the repository at this point in the history
…d branches

Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Dec 8, 2023
1 parent f8717be commit cffae59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class MenuItemDisplayOverlayCombat : AbstractMenuStackSize() {
private val unlockedSlayerRecipesLoreLinePattern = ((".*(§.)*Unlocked: (§.)*(?<recipes>[\\w]+) recipes.*").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 cffae59

Please sign in to comment.