From f849c11c4d6fe713ef64d29e4a81c45b219c6c12 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 28 Oct 2023 03:30:03 +0200 Subject: Fixed Sky Mall perk lore on the PV Hotm Page (#908) --- .../github/moulberry/notenoughupdates/profileviewer/MiningPage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java index 968e1a1e..4940e96b 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java @@ -781,8 +781,8 @@ public class MiningPage extends GuiProfileViewerPage { " §7extra Powder while mining.", "§8 ■ §7Reduce Pickaxe Ability cooldown", " §7by §a20%", - "§8 ■ §7§a10x §7chance to find Goblins", - " §7while mining.", + "§8 ■ §7§a10x §7chance to find Golden", + " §7and Diamond Goblins.", "§8 ■ §7Gain §a5x §9Titanium §7drops." ), new ItemStack(skyMall > 0 ? Items.diamond : Items.coal) -- cgit