diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-28 03:30:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-28 03:30:03 +0200 |
commit | f849c11c4d6fe713ef64d29e4a81c45b219c6c12 (patch) | |
tree | 38de2af995e76eb29e9216bc62f9075dd0ef2f85 | |
parent | 82e41d3afdc28d4ba0f2deb2eb195bea8f496269 (diff) | |
download | NotEnoughUpdates-f849c11c4d6fe713ef64d29e4a81c45b219c6c12.tar.gz NotEnoughUpdates-f849c11c4d6fe713ef64d29e4a81c45b219c6c12.tar.bz2 NotEnoughUpdates-f849c11c4d6fe713ef64d29e4a81c45b219c6c12.zip |
Fixed Sky Mall perk lore on the PV Hotm Page (#908)
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/MiningPage.java | 4 |
1 files 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) |